![]() |
1.7.2
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
#include "Matrix/MatrixSquare.hpp"
#include "Matrix/MatrixFactory.hpp"
#include "Matrix/AMatrix.hpp"
#include "Basic/AException.hpp"
#include "Basic/Utilities.hpp"
#include "Basic/VectorHelper.hpp"
#include <math.h>
Functions | |
MatrixSquare * | prodNormMatMat (const MatrixDense *a, const MatrixDense *m, bool transpose) |
MatrixSquare * | prodNormMat (const MatrixDense &a, const VectorDouble &vec, bool transpose) |
MatrixSquare * prodNormMat | ( | const MatrixDense & | a, |
const VectorDouble & | vec = VectorDouble() , |
||
bool | transpose = false |
||
) |
Product 't(A)' %*% 'A' or 'A' %*% 't(A)'
MatrixSquare * prodNormMatMat | ( | const MatrixDense * | a, |
const MatrixDense * | m, | ||
bool | transpose = false |
||
) |
Product 't(A)' %*% 'M' %*% 'A' or 'A' %*% 'M' %*% 't(A)'