1.1.0
CCC
 
MatrixSquareGeneral.cpp File Reference
#include "geoslib_old_f.h"
#include "Matrix/MatrixSquareGeneral.hpp"
#include "Basic/VectorHelper.hpp"
#include "Basic/AException.hpp"

Functions

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

Function Documentation

MatrixSquareGeneral* prodNormMat ( const AMatrixDense a,
const VectorDouble vec = VectorDouble(),
bool  transpose = false 
)

Product 't(A)' %*% 'A' or 'A' %*% 't(A)'

MatrixSquareGeneral* prodNormMatMat ( const AMatrixDense a,
const AMatrixDense m,
bool  transpose = false 
)

Product 't(A)' %*% 'M' %*% 'A' or 'A' %*% 'M' %*% 't(A)'