NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <matdatastructures.hpp>
Public Member Functions | |
MatFuncData () | |
MatFuncData (const Matrix &_mat, int n=0) | |
MatFuncData (const Matrix &_mat1, const Matrix &_mat2, int n) | |
MatFuncData (const Matrix &_mat1, const Matrix &_mat2) | |
MatFuncData (const Matrix &_mat1, const Matrix &_mat2, const Matrix &_mat3) | |
MatFuncData (const Matrix &_mat, mu::value_type f) | |
MatFuncData (const Matrix &_mat, mu::value_type f, int n) | |
MatFuncData (const Matrix &_mat, int n, int m) | |
MatFuncData (int n, int m=0) | |
Public Attributes | |
const Matrix & | mat1 |
const Matrix & | mat2 |
const Matrix & | mat3 |
mu::value_type | fVal |
int | nVal |
int | mVal |
Defines a Matrix.
Defines the needed data for each "standard" matrix function.
Definition at line 630 of file matdatastructures.hpp.
|
inline |
Definition at line 639 of file matdatastructures.hpp.
|
inline |
Definition at line 640 of file matdatastructures.hpp.
Definition at line 641 of file matdatastructures.hpp.
Definition at line 642 of file matdatastructures.hpp.
|
inline |
Definition at line 643 of file matdatastructures.hpp.
|
inline |
Definition at line 644 of file matdatastructures.hpp.
|
inline |
Definition at line 645 of file matdatastructures.hpp.
|
inline |
Definition at line 646 of file matdatastructures.hpp.
|
inline |
Definition at line 647 of file matdatastructures.hpp.
mu::value_type MatFuncData::fVal |
Definition at line 635 of file matdatastructures.hpp.
Referenced by matrixCmp(), matrixCutoff(), matrixPct(), matrixRepMat(), matrixReshape(), and matrixResize().
const Matrix& MatFuncData::mat1 |
Definition at line 632 of file matdatastructures.hpp.
Referenced by assemble(), calcCrossProduct(), calcEigenValues(), calcEigenVects(), calcTrace(), cartToCyl(), cartToPolar(), coordsToGrid(), correlation(), covariance(), cylToCart(), cylToPolar(), diagonalize(), diagonalMatrix(), getDeterminant(), hcat(), indexToLog(), interpolate(), invertMatrix(), logToIndex(), matrixAnd(), matrixAvg(), matrixCmp(), matrixCnt(), matrixCumPrd(), matrixCumSum(), matrixCutoff(), matrixFilter(), matrixMax(), matrixMaxPos(), matrixMed(), matrixMin(), matrixMinPos(), matrixMovAvg(), matrixMovMax(), matrixMovMed(), matrixMovMin(), matrixMovNorm(), matrixMovNum(), matrixMovPrd(), matrixMovStd(), matrixMovSum(), matrixNorm(), matrixNum(), matrixOr(), matrixPct(), matrixPrd(), matrixRepMat(), matrixReshape(), matrixResize(), matrixSize(), matrixStd(), matrixSum(), matrixUnique(), matrixXor(), normalize(), polarToCart(), polarToCyl(), polyLength(), selection(), solveLGS(), transposeMatrix(), and vcat().
const Matrix& MatFuncData::mat2 |
Definition at line 633 of file matdatastructures.hpp.
Referenced by assemble(), coordsToGrid(), correlation(), covariance(), hcat(), interpolate(), matrixFilter(), selection(), and vcat().
const Matrix& MatFuncData::mat3 |
Definition at line 634 of file matdatastructures.hpp.
Referenced by assemble(), and selection().
int MatFuncData::mVal |
Definition at line 637 of file matdatastructures.hpp.
Referenced by createOnesMatrix(), createShuffledMatrix(), createZeroesMatrix(), matrixMovAvg(), matrixMovMax(), matrixMovMed(), matrixMovMin(), matrixMovNorm(), matrixMovNum(), matrixMovPrd(), matrixMovStd(), and matrixMovSum().
int MatFuncData::nVal |
Definition at line 636 of file matdatastructures.hpp.
Referenced by createOnesMatrix(), createShuffledMatrix(), createZeroesMatrix(), identityMatrix(), matrixCmp(), matrixCumPrd(), matrixCumSum(), matrixCutoff(), matrixFilter(), matrixMovAvg(), matrixMovMax(), matrixMovMed(), matrixMovMin(), matrixMovNorm(), matrixMovNum(), matrixMovPrd(), matrixMovStd(), matrixMovSum(), matrixRepMat(), matrixReshape(), matrixResize(), and matrixUnique().