![]() |
1.7.3
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
Classes | |
class | MatrixSquare |
Functions | |
GSTLEARN_EXPORT MatrixSquare * | prodNormMatMat (const MatrixDense *a, const MatrixDense *m, bool transpose=false) |
GSTLEARN_EXPORT MatrixSquare * | prodNormMat (const MatrixDense &a, const VectorDouble &vec=VectorDouble(), bool transpose=false) |
GSTLEARN_EXPORT MatrixSquare * prodNormMat | ( | const MatrixDense & | a, |
const VectorDouble & | vec = VectorDouble() , |
||
bool | transpose = false |
||
) |
Product 't(A)' %*% 'A' or 'A' %*% 't(A)'
GSTLEARN_EXPORT MatrixSquare * prodNormMatMat | ( | const MatrixDense * | a, |
const MatrixDense * | m, | ||
bool | transpose = false |
||
) |
Product 't(A)' %*% 'M' %*% 'A' or 'A' %*% 'M' %*% 't(A)'