1.1.0
CCC
 
MatrixSquareGeneral.hpp File Reference
#include "gstlearn_export.hpp"
#include "Basic/VectorNumT.hpp"
#include "Matrix/AMatrixSquare.hpp"

Classes

class  MatrixSquareGeneral
 

Functions

GSTLEARN_EXPORT MatrixSquareGeneralprodNormMatMat (const AMatrixDense &a, const AMatrixDense &m, bool transpose=false)
 
GSTLEARN_EXPORT MatrixSquareGeneralprodNormMat (const AMatrixDense &a, const VectorDouble &vec=VectorDouble(), bool transpose=false)
 

Function Documentation

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)'