NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Defines the needed information for displaying a reasonable error information. More...
#include <matdatastructures.hpp>
Public Member Functions | |
MatFuncErrorInfo (const std::string &_sCmd, const std::string &_sExpr, size_t pos) | |
Public Attributes | |
const std::string & | command |
const std::string & | expression |
size_t | position |
Defines the needed information for displaying a reasonable error information.
Definition at line 655 of file matdatastructures.hpp.
|
inline |
Definition at line 661 of file matdatastructures.hpp.
const std::string& MatFuncErrorInfo::command |
Definition at line 657 of file matdatastructures.hpp.
Referenced by __attribute__(), assemble(), calcCrossProduct(), calcTrace(), cartToCyl(), cartToPolar(), coordsToGrid(), correlation(), covariance(), createOnesMatrix(), createShuffledMatrix(), createZeroesMatrix(), cylToCart(), cylToPolar(), diagonalMatrix(), getDeterminant(), hcat(), identityMatrix(), indexToLog(), interpolate(), invalidMatrixFunction(), 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(), solveLGSSymbolic(), and vcat().
const std::string& MatFuncErrorInfo::expression |
Definition at line 658 of file matdatastructures.hpp.
size_t MatFuncErrorInfo::position |
Definition at line 659 of file matdatastructures.hpp.
Referenced by __attribute__(), assemble(), calcCrossProduct(), calcTrace(), cartToCyl(), cartToPolar(), coordsToGrid(), correlation(), covariance(), createOnesMatrix(), createShuffledMatrix(), createZeroesMatrix(), cylToCart(), cylToPolar(), diagonalMatrix(), getDeterminant(), hcat(), identityMatrix(), indexToLog(), interpolate(), invalidMatrixFunction(), 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(), solveLGSSymbolic(), and vcat().