#include "geoslib_old_f.h"#include "Matrix/MatrixSquareGeneral.hpp"#include "Basic/VectorHelper.hpp"#include "Basic/AException.hpp"Functions | |
| MatrixSquareGeneral * | prodNormMatMat (const AMatrixDense &a, const AMatrixDense &m, bool transpose) |
| MatrixSquareGeneral * | prodNormMat (const AMatrixDense &a, const VectorDouble &vec, bool transpose) |
| 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)'