![]() |
FLImaging 6.10.23.2
|
다음에 대한 모든 멤버의 목록입니다 : FLImaging::Foundation::CMatrix< Ty > (모든 상속된 멤버들도 포함합니다.)
| Abs() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Add(const CMatrix< Ty > &matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Add(const CMatrix< Ty > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Add(const CMatrix< Ty > &matrix, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Add(const CMatrix< Ty > *pMatrix, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Any() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Any(EMatrixAxis eAxis, CMatrix< Ty > &matResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Any(EMatrixAxis eAxis, CMatrix< Ty > *pMatResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Arccos() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Arcsin() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Arctan2(const CMatrix< Ty > &matrixX) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Arctan2(const CMatrix< Ty > *pMatrixX) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ArgMax(int64_t &i64ResultRow, int64_t &i64ResultColumn) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ArgMax(Base::CFLArray< int64_t > &flaResultIndex, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ArgMax(Base::CFLArray< int64_t > *pFlaResultIndex, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ArgMin(int64_t &i64ResultRow, int64_t &i64ResultColumn) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ArgMin(Base::CFLArray< int64_t > &flaResultIndex, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ArgMin(Base::CFLArray< int64_t > *pFlaResultIndex, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ArgSort(CMatrix< Ty > *pMatResultIndex=nullptr, EMatrixSortOrder eOrder=EMatrixSortOrder_Ascending, EMatrixAxis eAxis=EMatrixAxis_Column) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Assign(const CMatrix< double > &matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Assign(const CMatrix< float > &matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Assign(const CMatrix< double > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Assign(const CMatrix< float > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Assign(Ty *pArr2Mat, int64_t i64Row, int64_t i64Column) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Assign(const Base::CFLArray< Base::CFLArray< Ty > > &fla2Matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Assign(const Base::CFLArray< Base::CFLArray< Ty > > *pFla2Matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Ceil() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| CFLBase() | FLImaging::Base::CFLBase | |
| CheckRange(Ty tMin, Ty tMax) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Clear() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Clip(Ty tMin, Ty tMax) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| CMatrix() | FLImaging::Foundation::CMatrix< Ty > | |
| CMatrix(const CMatrix< Ty > &matrix) | FLImaging::Foundation::CMatrix< Ty > | |
| CMatrix(const CMatrix< Ty > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | |
| CMatrix(int64_t i64Row, int64_t i64Column) | FLImaging::Foundation::CMatrix< Ty > | |
| CMatrix(int64_t i64Row, int64_t i64Column, Ty tFillValue) | FLImaging::Foundation::CMatrix< Ty > | |
| CMatrix(const Base::CFLArray< Base::CFLArray< Ty > > &fla2Mat) | FLImaging::Foundation::CMatrix< Ty > | |
| ConjugateGradient(const CMatrix< Ty > *pMatA, const CMatrix< Ty > *pMatB, CMatrix< Ty > *pMatRes, bool bSparseMatrix=false, double f64Tolerance=1e-5, int64_t i64MaxIteratorCount=10000) | FLImaging::Foundation::CMatrix< Ty > | static |
| Cos() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Create(int64_t i64Row, int64_t i64Column, bool bFillZero=true) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Create(const CMatrix< float > &matShape, Ty tFillValue=0) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Create(const CMatrix< double > &matShape, Ty tFillValue=0) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Create(const CMatrix< float > *pMatShape, Ty tFillValue=0) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Create(const CMatrix< double > *pMatShape, Ty tFillValue=0) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| CrossProduct(const CMatrix< Ty > &matrixSource2, CMatrix< Ty > *pMatrixDestination) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| CrossProduct(const CMatrix< Ty > *pMatrixSource2, CMatrix< Ty > *pMatrixDestination) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Degrees() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Determinant() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Diff(CMatrix< Ty > &matResult, EMatrixAxis eAxis=EMatrixAxis_Column, int64_t i64Depth=1) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Diff(CMatrix< Ty > *pMatResult, EMatrixAxis eAxis=EMatrixAxis_Column, int64_t i64Depth=1) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Dot(const CMatrix< Ty > *pMatInput) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Dot(const CMatrix< Ty > *pMatInput, CMatrix< Ty > *pMatResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Fill(Ty value) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| FillLinear(Ty tRangeStart, Ty tRangeEnd) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| FillRandom(Ty tRangeMin, Ty tRangeMax) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| FillZero() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Floor() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Full(int64_t i64Row, int64_t i64Column, Ty tFillValue) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| FullLike(const CMatrix< float > &matShape, Ty tFillValue) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| FullLike(const CMatrix< double > &matShape, Ty tFillValue) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| FullLike(const CMatrix< float > *pMatShape, Ty tFillValue) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| FullLike(const CMatrix< double > *pMatShape, Ty tFillValue) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GenerateInvalid(T &tValue) const | FLImaging::Base::CFLBase | |
| GenerateInvalid(T *pTValue) const | FLImaging::Base::CFLBase | |
| GenerateMax(T &tValue) const | FLImaging::Base::CFLBase | |
| GenerateMax(T *pTValue) const | FLImaging::Base::CFLBase | |
| GenerateMaxInt31(T &tValue) const | FLImaging::Base::CFLBase | |
| GenerateMaxInt31(T *pTValue) const | FLImaging::Base::CFLBase | |
| GenerateMaxInt32(T &tValue) const | FLImaging::Base::CFLBase | |
| GenerateMaxInt32(T *pTValue) const | FLImaging::Base::CFLBase | |
| GenerateMin(T &tValue) const | FLImaging::Base::CFLBase | |
| GenerateMin(T *pTValue) const | FLImaging::Base::CFLBase | |
| GenerateMinInt31(T &tValue) const | FLImaging::Base::CFLBase | |
| GenerateMinInt31(T *pTValue) const | FLImaging::Base::CFLBase | |
| GenerateMinInt32(T &tValue) const | FLImaging::Base::CFLBase | |
| GenerateMinInt32(T *pTValue) const | FLImaging::Base::CFLBase | |
| GetBuffer() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetClassHash() const | FLImaging::Base::CFLBase | virtual |
| GetClassNameWithNamespace() const | FLImaging::Base::CFLBase | |
| GetClassNameWithoutNamespace() const | FLImaging::Base::CFLBase | |
| GetClassType() const =0 | FLImaging::Base::CFLBase | pure virtual |
| GetColumn() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetColumnSizeByte() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetElementCount() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetNorm(const Ty tP=2) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetOperationAccuracy() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetProcessingUnit() const | FLImaging::Base::CFLBase | virtual |
| GetRange(CMatrix< Ty > *pMatResult, int64_t i64StartRow=-1, int64_t i64StartColumn=-1, int64_t i64EndRow=-1, int64_t i64EndColumn=-1) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetRange(Base::CFLArray< Ty > *pMatResult, int64_t i64StartRow=-1, int64_t i64StartColumn=-1, int64_t i64EndRow=-1, int64_t i64EndColumn=-1) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetRange(Base::CFLArray< Base::CFLArray< Ty > > *pMatResult, int64_t i64StartRow=-1, int64_t i64StartColumn=-1, int64_t i64EndRow=-1, int64_t i64EndColumn=-1) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetRangeRef(CMatrix< Ty > *pMatResult, int64_t i64StartRow=-1, int64_t i64StartColumn=-1, int64_t i64EndRow=-1, int64_t i64EndColumn=-1) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetRow() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetRowSizeByte() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetSimilarity(const CFLPointArray &flpaSrcPoints, const CFLPointArray &flpaDstPoints, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| GetSimilarity(const CFLPointArray *pFlpaSrcPoints, const CFLPointArray *pFlpaDstPoints, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| GetSimilarity(const Base::CFLArray< Base::TPoint< Ty > > &flaSrcPoints, const Base::CFLArray< Base::TPoint< Ty > > &flaDstPoints, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| GetSimilarity(const Base::CFLArray< Base::TPoint< Ty > > *pFlaSrcPoints, const Base::CFLArray< Base::TPoint< Ty > > *pFlaDstPoints, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| GetSimilarity(const Base::CFLArray< Ty > &flaSrcX, const Base::CFLArray< Ty > &flaSrcY, const Base::CFLArray< Ty > &flaDstX, const Base::CFLArray< Ty > &flaDstY, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| GetSimilarity(const Base::CFLArray< Ty > *pFlaSrcX, const Base::CFLArray< Ty > *pFlaSrcY, const Base::CFLArray< Ty > *pFlaDstX, const Base::CFLArray< Ty > *pFlaDstY, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| GetTemplateType() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetTotalSizeByte() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetValue(int64_t i64Row, int64_t i64Column) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| GetYCache() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Hessenberg(CMatrix< Ty > *pMatrixH, CMatrix< Ty > *pMatrixP=nullptr) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| HStack(const CMatrix< Ty > &matInput, CMatrix< Ty > *pMatResult=nullptr) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| HStack(const CMatrix< Ty > *pMatInput, CMatrix< Ty > *pMatResult=nullptr) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| I() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Invert() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Invert(CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| IsLicenseAvailable() const | FLImaging::Base::CFLBase | virtual |
| IsReferenceEnabled() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| IsSharedSynchronizationObject() const | FLImaging::Base::CFLBase | |
| IsValid() const override | FLImaging::Foundation::CMatrix< Ty > | virtual |
| FLImaging::Base::CFLBase::IsValid(T &tValue) const | FLImaging::Base::CFLBase | |
| FLImaging::Base::CFLBase::IsValid(T *pTValue) const | FLImaging::Base::CFLBase | |
| LinSpace(Ty tRangeStart, Ty tRangeEnd) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Load(const Base::CFLString< wchar_t > &strFilePath) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Load(const Base::CFLString< wchar_t > *pStrFilePath) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| LoadCSV(const Base::CFLString< wchar_t > &strFilePath) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| LoadCSV(const Base::CFLString< wchar_t > *pStrFilePath) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Lock() const | FLImaging::Base::CFLBase | |
| Log() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Log10() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Log1p() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Log2() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| LU(CMatrix< Ty > *pMatrixL, CMatrix< Ty > *pMatrixU) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| LUP(CMatrix< Ty > *pMatrixP, CMatrix< Ty > *pMatrixL, CMatrix< Ty > *pMatrixU) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Max() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Max(CMatrix< Ty > &matResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Max(CMatrix< Ty > *pMatResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Mean() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Mean(CMatrix< Ty > &matResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Mean(CMatrix< Ty > *pMatResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Min() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Min(CMatrix< Ty > &matResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Min(CMatrix< Ty > *pMatResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Multiply(const int32_t &i32Scalar) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Multiply(const int64_t &i64Scalar) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Multiply(const float &f32Scalar) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Multiply(const double &f64Scalar) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Multiply(const CMatrix< Ty > &matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Multiply(const CMatrix< Ty > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Multiply(const CMatrix< Ty > &matrix, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Multiply(const CMatrix< Ty > *pMatrix, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| MultiplyElementwise(const CMatrix< Ty > &matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| MultiplyElementwise(const CMatrix< Ty > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| MultiplyElementwise(const CMatrix< Ty > &matrix, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| MultiplyElementwise(const CMatrix< Ty > *pMatrix, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| MulTransposed(const CMatrix< Ty > *pMatrixSource, CMatrix< Ty > *pMatrixDestination, int32_t i32Order, CMatrix< Ty > *pMatDelta=nullptr, double f64Scale=1.) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Ones(int64_t i64Row, int64_t i64Column) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| OnesLike(const CMatrix< float > &matShape) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| OnesLike(const CMatrix< double > &matShape) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| OnesLike(const CMatrix< float > *pMatShape) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| OnesLike(const CMatrix< double > *pMatShape) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| OnReceiveBroadcast(const CBroadcastMessage *pMessage) | FLImaging::Base::CFLBase | virtual |
| operator Ty *() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator!=(const CMatrix< Ty > &cMat) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator!=(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator%(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator%(const CMatrix< Ty > &matOperand) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator%=(const double &f64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator&&(const CMatrix< Ty > &matOperand) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator()(const int32_t i32Row, const int32_t i32Column) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator*(const int32_t &i32Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator*(const int64_t &i64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator*(const float &f32Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator*(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator*(const CMatrix< Ty > &cMat) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator*=(const int32_t &i32Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator*=(const int64_t &i64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator*=(const float &f32Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator*=(const double &f64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator*=(const CMatrix< Ty > &cMat) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator+(const int32_t &i32Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator+(const int64_t &i64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator+(const float &f32Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator+(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator+(const CMatrix< Ty > &cMat) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator+=(const int32_t &i32Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator+=(const int64_t &i64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator+=(const float &f32Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator+=(const double &f64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator+=(const CMatrix< Ty > &cMat) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator-(const int32_t &i32Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator-(const int64_t &i64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator-(const float &f32Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator-(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator-(const CMatrix< Ty > &cMat) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator-=(const int32_t &i32Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator-=(const int64_t &i64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator-=(const float &f32Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator-=(const double &f64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator-=(const CMatrix< Ty > &cMat) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator/(const int32_t &i32Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator/(const int64_t &i64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator/(const float &f32Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator/(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator/(const CMatrix< Ty > &cMat) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator/=(const int32_t &i32Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator/=(const int64_t &i64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator/=(const float &f32Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator/=(const double &f64Param) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator/=(const CMatrix< Ty > &cMat) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator<(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator<(const CMatrix< Ty > &matOperand) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator=(const CMatrix< double > &matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator=(const CMatrix< float > &matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator=(const CMatrix< double > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator=(const CMatrix< float > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator=(const Base::CFLArray< Base::CFLArray< Ty > > &fla2Matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator==(const CMatrix< Ty > &cMat) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator==(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator>(const double &f64Param) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator>(const CMatrix< Ty > &matOperand) const | FLImaging::Foundation::CMatrix< Ty > | |
| operator[](int32_t i32Index) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator[](int64_t i64Index) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator[](int32_t i32Index) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| operator[](int64_t i64Index) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| P() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Prod() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Prod(Base::CFLArray< double > &flaResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Prod(Base::CFLArray< double > *pFlaResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| PseudoInverse() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| PseudoInverse(CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| QR(CMatrix< Ty > *pMatrixQ, CMatrix< Ty > *pMatrixR) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Radians() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ReduceMax(const EMatrixReduceType eReduceType, CMatrix< Ty > *pMatResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ReduceMean(const EMatrixReduceType eReduceType, CMatrix< Ty > *pMatResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ReduceMin(const EMatrixReduceType eReduceType, CMatrix< Ty > *pMatResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ReduceSum(const EMatrixReduceType eReduceType, CMatrix< Ty > *pMatResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ResetProcessingUnit() | FLImaging::Base::CFLBase | virtual |
| Reshape(int64_t i64Row, int64_t i64Column=-1) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Round() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Save(const Base::CFLString< wchar_t > &strFilePath) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Save(const Base::CFLString< wchar_t > *pStrFilePath) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| SaveCSV(const Base::CFLString< wchar_t > &strFilePath) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| SaveCSV(const Base::CFLString< wchar_t > *pStrFilePath) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Set(Ty *pArr2Mat, int64_t i64Row, int64_t i64Column) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| SetDiagonal(Ty tVal) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| SetDiagonal(Ty tVal, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| SetOperationAccuracy(EAccuracy eOperationAccuracy) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| SetProcessingUnit(const CProcessingUnitBase &pub) | FLImaging::Base::CFLBase | virtual |
| SetProcessingUnit(const CProcessingUnitBase *pPub) | FLImaging::Base::CFLBase | virtual |
| SetValue(int64_t i64Row, int64_t i64Column, Ty value) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ShareSynchronizationObject(const CFLBase *pSrcObject) const | FLImaging::Base::CFLBase | |
| Sin() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Solve(CMatrix< Ty > *pMatA, CMatrix< Ty > *pMatB, CMatrix< Ty > *pMatRes) | FLImaging::Foundation::CMatrix< Ty > | static |
| SolveLU(CMatrix< Ty > *pMatL, CMatrix< Ty > *pMatU, CMatrix< Ty > *pMatB, CMatrix< Ty > *pMatRes) | FLImaging::Foundation::CMatrix< Ty > | static |
| SolveLUP(CMatrix< Ty > *pMatP, CMatrix< Ty > *pMatL, CMatrix< Ty > *pMatU, CMatrix< Ty > *pMatB, CMatrix< Ty > *pMatRes) | FLImaging::Foundation::CMatrix< Ty > | static |
| Sqrt() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Std() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Std(CMatrix< Ty > &matResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Std(CMatrix< Ty > *pMatResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Subtract(const CMatrix< Ty > &matrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Subtract(const CMatrix< Ty > *pMatrix) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Subtract(const CMatrix< Ty > &matrix, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Subtract(const CMatrix< Ty > *pMatrix, CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Sum() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Sum(CMatrix< Ty > &matResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Sum(CMatrix< Ty > *pMatResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| SVD(CMatrix< Ty > *pMatrixU, CMatrix< Ty > *pMatrixSig, CMatrix< Ty > *pMatrixVT) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Swap(CMatrix< Ty > &matRight) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Swap(CMatrix< Ty > *pMatRight) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| T() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Tan() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Throw(const CResult &res, const wchar_t *pWcsExtraMessage=nullptr) const | FLImaging::Base::CFLBase | virtual |
| Throw(const std::exception &res, const wchar_t *pWcsExtraMessage) const | FLImaging::Base::CFLBase | virtual |
| Transpose() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Transpose(CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| TryLock() const | FLImaging::Base::CFLBase | |
| U() const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Unique(CMatrix< Ty > &matResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Unique(CMatrix< Ty > *pMatResult) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Unique(CMatrix< Ty > &matResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Unique(CMatrix< Ty > *pMatResult, EMatrixAxis eAxis) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Unit() | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Unit(CMatrix< Ty > *pTargetMatrix) const | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Unlock() const | FLImaging::Base::CFLBase | |
| VStack(const CMatrix< Ty > &matInput, CMatrix< Ty > *pMatResult=nullptr) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| VStack(const CMatrix< Ty > *pMatInput, CMatrix< Ty > *pMatResult=nullptr) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| Where(const CMatrix< Ty > &matCondition, const CMatrix< Ty > &matTrue, const CMatrix< Ty > &matFalse, CMatrix< Ty > &matResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > &matCondition, const CMatrix< Ty > &matTrue, const CMatrix< Ty > &matFalse, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > *pMatCondition, const CMatrix< Ty > *pMatTrue, const CMatrix< Ty > *pMatFalse, CMatrix< Ty > &matResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > *pMatCondition, const CMatrix< Ty > *pMatTrue, const CMatrix< Ty > *pMatFalse, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > &matCondition, const CMatrix< Ty > &matTrue, Ty tFalse, CMatrix< Ty > &matResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > &matCondition, const CMatrix< Ty > &matTrue, Ty tFalse, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > *pMatCondition, const CMatrix< Ty > *pMatTrue, Ty tFalse, CMatrix< Ty > &matResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > *pMatCondition, const CMatrix< Ty > *pMatTrue, Ty tFalse, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > &matCondition, Ty tTrue, const CMatrix< Ty > &matFalse, CMatrix< Ty > &matResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > &matCondition, Ty tTrue, const CMatrix< Ty > &matFalse, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > *pMatCondition, Ty tTrue, const CMatrix< Ty > *pMatFalse, CMatrix< Ty > &matResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > *pMatCondition, Ty tTrue, const CMatrix< Ty > *pMatFalse, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > &matCondition, Ty tTrue, Ty tFalse, CMatrix< Ty > &matResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > &matCondition, Ty tTrue, Ty tFalse, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > *pMatCondition, Ty tTrue, Ty tFalse, CMatrix< Ty > &matResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Where(const CMatrix< Ty > *pMatCondition, Ty tTrue, Ty tFalse, CMatrix< Ty > *pMatResult) | FLImaging::Foundation::CMatrix< Ty > | static |
| Zeros(int64_t i64Row, int64_t i64Column) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ZerosLike(const CMatrix< float > &matShape) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ZerosLike(const CMatrix< double > &matShape) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ZerosLike(const CMatrix< float > *pMatShape) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ZerosLike(const CMatrix< double > *pMatShape) | FLImaging::Foundation::CMatrix< Ty > | virtual |
| ~CFLBase() | FLImaging::Base::CFLBase | virtual |
| ~CMatrix() | FLImaging::Foundation::CMatrix< Ty > | virtual |