Loading [MathJax]/extensions/tex2jax.js
1.7.3
Geostatistics & Machine Learning toolbox | https://gstlearn.org
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MatrixSquare.hpp File Reference
#include "gstlearn_export.hpp"
#include "Matrix/MatrixDense.hpp"

Classes

class  MatrixSquare
 

Functions

GSTLEARN_EXPORT MatrixSquareprodNormMatMat (const MatrixDense *a, const MatrixDense *m, bool transpose=false)
 
GSTLEARN_EXPORT MatrixSquareprodNormMat (const MatrixDense &a, const VectorDouble &vec=VectorDouble(), bool transpose=false)
 

Function Documentation

◆ prodNormMat()

GSTLEARN_EXPORT MatrixSquare * prodNormMat ( const MatrixDense a,
const VectorDouble vec = VectorDouble(),
bool  transpose = false 
)

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

◆ prodNormMatMat()

GSTLEARN_EXPORT MatrixSquare * prodNormMatMat ( const MatrixDense a,
const MatrixDense m,
bool  transpose = false 
)

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