Classes | |
| class | MatrixSquareGeneral |
Functions | |
| GSTLEARN_EXPORT MatrixSquareGeneral * | prodNormMatMat (const AMatrixDense *a, const AMatrixDense *m, bool transpose=false) |
| GSTLEARN_EXPORT MatrixSquareGeneral * | prodNormMat (const AMatrixDense &a, const VectorDouble &vec=VectorDouble(), bool transpose=false) |
| GSTLEARN_EXPORT MatrixSquareGeneral* prodNormMat | ( | const AMatrixDense & | a, |
| const VectorDouble & | vec = VectorDouble(), |
||
| bool | transpose = false |
||
| ) |
Product 't(A)' %*% 'A' or 'A' %*% 't(A)'
| GSTLEARN_EXPORT MatrixSquareGeneral* prodNormMatMat | ( | const AMatrixDense * | a, |
| const AMatrixDense * | m, | ||
| bool | transpose = false |
||
| ) |
Product 't(A)' %*% 'M' %*% 'A' or 'A' %*% 'M' %*% 't(A)'