Home
last modified time | relevance | path

Searched defs:MT (Results 1 – 25 of 1299) sorted by relevance

12345678910>>...52

/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/reducetrait/
H A DClassTest.cpp289 using MT = DynamicMatrix<int,rowMajor>; in testTotalMatrixReduction() typedef
317 using MT = UniformMatrix<int,rowMajor>; in testTotalMatrixReduction() typedef
331 using MT = InitializerMatrix<int>; in testTotalMatrixReduction() typedef
354 using MT = IdentityMatrix<int,rowMajor>; in testTotalMatrixReduction() typedef
368 using MT = ZeroMatrix<int,rowMajor>; in testTotalMatrixReduction() typedef
373 using MT = ZeroMatrix<int,columnMajor>; in testTotalMatrixReduction() typedef
626 using MT = DynamicMatrix<int,rowMajor>; in testRowwiseMatrixReduction() typedef
692 using MT = InitializerMatrix<int>; in testRowwiseMatrixReduction() typedef
749 using MT = ZeroMatrix<int,rowMajor>; in testRowwiseMatrixReduction() typedef
1185 using MT = DynamicMatrix<int>; in testColumnwiseMatrixReduction() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/submatrixtrait/
H A DClassTest.cpp199 using MT = DynamicMatrix<int,rowMajor>; in testSubmatrixOperation() typedef
217 using MT = DynamicMatrix<int,rowMajor>; in testSubmatrixOperation() typedef
279 using MT = UniformMatrix<int,rowMajor>; in testSubmatrixOperation() typedef
297 using MT = UniformMatrix<int,rowMajor>; in testSubmatrixOperation() typedef
319 using MT = InitializerMatrix<int>; in testSubmatrixOperation() typedef
328 using MT = InitializerMatrix<int>; in testSubmatrixOperation() typedef
381 using MT = IdentityMatrix<int,rowMajor>; in testSubmatrixOperation() typedef
421 using MT = ZeroMatrix<int,rowMajor>; in testSubmatrixOperation() typedef
430 using MT = ZeroMatrix<int,columnMajor>; in testSubmatrixOperation() typedef
439 using MT = ZeroMatrix<int,rowMajor>; in testSubmatrixOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/columnstrait/
H A DClassTest.cpp199 using MT = DynamicMatrix<int,rowMajor>; in testColumnsOperation() typedef
217 using MT = DynamicMatrix<int,rowMajor>; in testColumnsOperation() typedef
279 using MT = UniformMatrix<int,rowMajor>; in testColumnsOperation() typedef
297 using MT = UniformMatrix<int,rowMajor>; in testColumnsOperation() typedef
319 using MT = InitializerMatrix<int>; in testColumnsOperation() typedef
328 using MT = InitializerMatrix<int>; in testColumnsOperation() typedef
381 using MT = IdentityMatrix<int,rowMajor>; in testColumnsOperation() typedef
421 using MT = ZeroMatrix<int,rowMajor>; in testColumnsOperation() typedef
430 using MT = ZeroMatrix<int,columnMajor>; in testColumnsOperation() typedef
439 using MT = ZeroMatrix<int,rowMajor>; in testColumnsOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/columntrait/
H A DClassTest.cpp199 using MT = DynamicMatrix<int,rowMajor>; in testColumnOperation() typedef
217 using MT = DynamicMatrix<int,rowMajor>; in testColumnOperation() typedef
279 using MT = UniformMatrix<int,rowMajor>; in testColumnOperation() typedef
297 using MT = UniformMatrix<int,rowMajor>; in testColumnOperation() typedef
319 using MT = InitializerMatrix<int>; in testColumnOperation() typedef
328 using MT = InitializerMatrix<int>; in testColumnOperation() typedef
381 using MT = IdentityMatrix<int,rowMajor>; in testColumnOperation() typedef
421 using MT = ZeroMatrix<int,rowMajor>; in testColumnOperation() typedef
430 using MT = ZeroMatrix<int,columnMajor>; in testColumnOperation() typedef
439 using MT = ZeroMatrix<int,rowMajor>; in testColumnOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/rowstrait/
H A DClassTest.cpp199 using MT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
217 using MT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
279 using MT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
297 using MT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
319 using MT = InitializerMatrix<int>; in testRowsOperation() typedef
328 using MT = InitializerMatrix<int>; in testRowsOperation() typedef
381 using MT = IdentityMatrix<int,rowMajor>; in testRowsOperation() typedef
421 using MT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
430 using MT = ZeroMatrix<int,columnMajor>; in testRowsOperation() typedef
439 using MT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/rowtrait/
H A DClassTest.cpp199 using MT = DynamicMatrix<int,rowMajor>; in testRowOperation() typedef
217 using MT = DynamicMatrix<int,rowMajor>; in testRowOperation() typedef
279 using MT = UniformMatrix<int,rowMajor>; in testRowOperation() typedef
297 using MT = UniformMatrix<int,rowMajor>; in testRowOperation() typedef
319 using MT = InitializerMatrix<int>; in testRowOperation() typedef
328 using MT = InitializerMatrix<int>; in testRowOperation() typedef
381 using MT = IdentityMatrix<int,rowMajor>; in testRowOperation() typedef
421 using MT = ZeroMatrix<int,rowMajor>; in testRowOperation() typedef
430 using MT = ZeroMatrix<int,columnMajor>; in testRowOperation() typedef
439 using MT = ZeroMatrix<int,rowMajor>; in testRowOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/bandtrait/
H A DClassTest.cpp199 using MT = DynamicMatrix<int,rowMajor>; in testBandOperation() typedef
217 using MT = DynamicMatrix<int,rowMajor>; in testBandOperation() typedef
279 using MT = UniformMatrix<int,rowMajor>; in testBandOperation() typedef
297 using MT = UniformMatrix<int,rowMajor>; in testBandOperation() typedef
319 using MT = InitializerMatrix<int>; in testBandOperation() typedef
328 using MT = InitializerMatrix<int>; in testBandOperation() typedef
381 using MT = IdentityMatrix<int,rowMajor>; in testBandOperation() typedef
421 using MT = ZeroMatrix<int,rowMajor>; in testBandOperation() typedef
430 using MT = ZeroMatrix<int,columnMajor>; in testBandOperation() typedef
439 using MT = ZeroMatrix<int,rowMajor>; in testBandOperation() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declupptrait/
H A DClassTest.cpp119 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclUpp() typedef
159 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclUpp() typedef
167 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclUpp() typedef
199 using MT = UniformMatrix<int,rowMajor>; in testMatrixDeclUpp() typedef
207 using MT = UniformMatrix<int,columnMajor>; in testMatrixDeclUpp() typedef
219 using MT = InitializerMatrix<int>; in testMatrixDeclUpp() typedef
231 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclUpp() typedef
251 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclUpp() typedef
259 using MT = IdentityMatrix<int,columnMajor>; in testMatrixDeclUpp() typedef
271 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclUpp() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declsymtrait/
H A DClassTest.cpp119 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclSym() typedef
159 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclSym() typedef
167 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclSym() typedef
199 using MT = UniformMatrix<int,rowMajor>; in testMatrixDeclSym() typedef
207 using MT = UniformMatrix<int,columnMajor>; in testMatrixDeclSym() typedef
219 using MT = InitializerMatrix<int>; in testMatrixDeclSym() typedef
231 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclSym() typedef
251 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclSym() typedef
259 using MT = IdentityMatrix<int,columnMajor>; in testMatrixDeclSym() typedef
271 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclSym() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declhermtrait/
H A DClassTest.cpp119 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclHerm() typedef
159 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclHerm() typedef
167 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclHerm() typedef
199 using MT = UniformMatrix<int,rowMajor>; in testMatrixDeclHerm() typedef
207 using MT = UniformMatrix<int,columnMajor>; in testMatrixDeclHerm() typedef
219 using MT = InitializerMatrix<int>; in testMatrixDeclHerm() typedef
231 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclHerm() typedef
251 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclHerm() typedef
259 using MT = IdentityMatrix<int,columnMajor>; in testMatrixDeclHerm() typedef
271 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclHerm() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/decldiagtrait/
H A DClassTest.cpp119 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclDiag() typedef
159 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclDiag() typedef
167 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclDiag() typedef
199 using MT = UniformMatrix<int,rowMajor>; in testMatrixDeclDiag() typedef
207 using MT = UniformMatrix<int,columnMajor>; in testMatrixDeclDiag() typedef
219 using MT = InitializerMatrix<int>; in testMatrixDeclDiag() typedef
231 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclDiag() typedef
251 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclDiag() typedef
259 using MT = IdentityMatrix<int,columnMajor>; in testMatrixDeclDiag() typedef
271 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclDiag() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declidtrait/
H A DClassTest.cpp119 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclId() typedef
159 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclId() typedef
167 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclId() typedef
199 using MT = UniformMatrix<int,rowMajor>; in testMatrixDeclId() typedef
207 using MT = UniformMatrix<int,columnMajor>; in testMatrixDeclId() typedef
219 using MT = InitializerMatrix<int>; in testMatrixDeclId() typedef
231 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclId() typedef
251 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclId() typedef
259 using MT = IdentityMatrix<int,columnMajor>; in testMatrixDeclId() typedef
271 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclId() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/decllowtrait/
H A DClassTest.cpp119 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclLow() typedef
159 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclLow() typedef
167 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclLow() typedef
199 using MT = UniformMatrix<int,rowMajor>; in testMatrixDeclLow() typedef
207 using MT = UniformMatrix<int,columnMajor>; in testMatrixDeclLow() typedef
219 using MT = InitializerMatrix<int>; in testMatrixDeclLow() typedef
231 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclLow() typedef
251 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclLow() typedef
259 using MT = IdentityMatrix<int,columnMajor>; in testMatrixDeclLow() typedef
271 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclLow() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declstrupptrait/
H A DClassTest.cpp115 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclStrUpp() typedef
123 using MT = StaticMatrix<int,3UL,3UL,columnMajor>; in testMatrixDeclStrUpp() typedef
135 using MT = HybridMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclStrUpp() typedef
143 using MT = HybridMatrix<int,3UL,3UL,columnMajor>; in testMatrixDeclStrUpp() typedef
155 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclStrUpp() typedef
163 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclStrUpp() typedef
195 using MT = InitializerMatrix<int>; in testMatrixDeclStrUpp() typedef
207 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclStrUpp() typedef
215 using MT = CompressedMatrix<int,columnMajor>; in testMatrixDeclStrUpp() typedef
227 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclStrUpp() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/decluniupptrait/
H A DClassTest.cpp115 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclUniUpp() typedef
123 using MT = StaticMatrix<int,3UL,3UL,columnMajor>; in testMatrixDeclUniUpp() typedef
135 using MT = HybridMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclUniUpp() typedef
143 using MT = HybridMatrix<int,3UL,3UL,columnMajor>; in testMatrixDeclUniUpp() typedef
155 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclUniUpp() typedef
163 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclUniUpp() typedef
195 using MT = InitializerMatrix<int>; in testMatrixDeclUniUpp() typedef
207 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclUniUpp() typedef
215 using MT = CompressedMatrix<int,columnMajor>; in testMatrixDeclUniUpp() typedef
227 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclUniUpp() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declstrlowtrait/
H A DClassTest.cpp115 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclStrLow() typedef
123 using MT = StaticMatrix<int,3UL,3UL,columnMajor>; in testMatrixDeclStrLow() typedef
135 using MT = HybridMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclStrLow() typedef
143 using MT = HybridMatrix<int,3UL,3UL,columnMajor>; in testMatrixDeclStrLow() typedef
155 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclStrLow() typedef
163 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclStrLow() typedef
195 using MT = InitializerMatrix<int>; in testMatrixDeclStrLow() typedef
207 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclStrLow() typedef
215 using MT = CompressedMatrix<int,columnMajor>; in testMatrixDeclStrLow() typedef
227 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclStrLow() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declunilowtrait/
H A DClassTest.cpp115 using MT = StaticMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclUniLow() typedef
123 using MT = StaticMatrix<int,3UL,3UL,columnMajor>; in testMatrixDeclUniLow() typedef
135 using MT = HybridMatrix<int,3UL,3UL,rowMajor>; in testMatrixDeclUniLow() typedef
143 using MT = HybridMatrix<int,3UL,3UL,columnMajor>; in testMatrixDeclUniLow() typedef
155 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclUniLow() typedef
163 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclUniLow() typedef
195 using MT = InitializerMatrix<int>; in testMatrixDeclUniLow() typedef
207 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclUniLow() typedef
215 using MT = CompressedMatrix<int,columnMajor>; in testMatrixDeclUniLow() typedef
227 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclUniLow() typedef
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/repeattrait/
H A DClassTest.cpp506 using MT = DynamicMatrix<int,rowMajor>; in testMatrixRepetition() typedef
522 using MT = DynamicMatrix<int,rowMajor>; in testMatrixRepetition() typedef
578 using MT = UniformMatrix<int,rowMajor>; in testMatrixRepetition() typedef
594 using MT = UniformMatrix<int,rowMajor>; in testMatrixRepetition() typedef
614 using MT = InitializerMatrix<int>; in testMatrixRepetition() typedef
622 using MT = InitializerMatrix<int>; in testMatrixRepetition() typedef
670 using MT = IdentityMatrix<int,rowMajor>; in testMatrixRepetition() typedef
706 using MT = ZeroMatrix<int,rowMajor>; in testMatrixRepetition() typedef
714 using MT = ZeroMatrix<int,columnMajor>; in testMatrixRepetition() typedef
722 using MT = ZeroMatrix<int,rowMajor>; in testMatrixRepetition() typedef
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/dense/
H A DInversion.h283 inline void invertLower2x2( DenseMatrix<MT,SO>& dm ) in invertLower2x2()
360 inline void invertUpper2x2( DenseMatrix<MT,SO>& dm ) in invertUpper2x2()
490 inline void invert2x2( DenseMatrix<MT,SO>& dm ) in invert2x2()
935 inline void invert3x3( DenseMatrix<MT,SO>& dm ) in invert3x3()
1488 inline void invert4x4( DenseMatrix<MT,SO>& dm ) in invert4x4()
2222 inline void invert5x5( DenseMatrix<MT,SO>& dm ) in invert5x5()
3270 inline void invert6x6( DenseMatrix<MT,SO>& dm ) in invert6x6()
3337 inline void invertByLU( DenseMatrix<MT,SO>& dm ) in invertByLU()
3815 inline void invertNxN( DenseMatrix<MT,SO>& dm ) in invertNxN()
3892 inline void invert( DenseMatrix<MT,SO>& dm ) in invert()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/traits/declzerotrait/
H A DClassTest.cpp343 using MT = DynamicMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
351 using MT = DynamicMatrix<int,columnMajor>; in testMatrixDeclZero() typedef
383 using MT = UniformMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
391 using MT = UniformMatrix<int,columnMajor>; in testMatrixDeclZero() typedef
403 using MT = InitializerMatrix<int>; in testMatrixDeclZero() typedef
415 using MT = CompressedMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
423 using MT = CompressedMatrix<int,columnMajor>; in testMatrixDeclZero() typedef
435 using MT = IdentityMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
443 using MT = IdentityMatrix<int,columnMajor>; in testMatrixDeclZero() typedef
455 using MT = ZeroMatrix<int,rowMajor>; in testMatrixDeclZero() typedef
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/
H A DMatrix.h142 inline bool isSymmetric( const Matrix<MT,SO>& m ) in isSymmetric()
186 inline bool isHermitian( const Matrix<MT,SO>& m ) in isHermitian()
228 inline bool isUniform( const Matrix<MT,SO>& m ) in isUniform()
280 inline bool isLower( const Matrix<MT,SO>& m ) in isLower()
331 inline bool isUniLower( const Matrix<MT,SO>& m ) in isUniLower()
383 inline bool isStrictlyLower( const Matrix<MT,SO>& m ) in isStrictlyLower()
435 inline bool isUpper( const Matrix<MT,SO>& m ) in isUpper()
486 inline bool isUniUpper( const Matrix<MT,SO>& m ) in isUniUpper()
591 inline bool isDiagonal( const Matrix<MT,SO>& m ) in isDiagonal()
643 inline bool isIdentity( const Matrix<MT,SO>& m ) in isIdentity()
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DMatrix.h458 BLAZE_ALWAYS_INLINE MT& crtp_cast( Matrix<MT,SO>& matrix ) in crtp_cast()
475 BLAZE_ALWAYS_INLINE const MT& crtp_cast( const Matrix<MT,SO>& matrix ) in crtp_cast()
709 BLAZE_ALWAYS_INLINE size_t nonZeros( const Matrix<MT,SO>& matrix ) in nonZeros()
924 BLAZE_ALWAYS_INLINE void shrinkToFit( Matrix<MT,SO>& matrix ) in shrinkToFit()
950 BLAZE_ALWAYS_INLINE void transpose( Matrix<MT,SO>& matrix ) in transpose()
976 BLAZE_ALWAYS_INLINE void ctranspose( Matrix<MT,SO>& matrix ) in ctranspose()
1037 inline typename MT::ResultType evaluate( const Matrix<MT,SO>& matrix ) in evaluate()
1138 BLAZE_ALWAYS_INLINE bool isSquare( const Matrix<MT,SO>& matrix ) noexcept in isSquare()
3231 BLAZE_ALWAYS_INLINE MT& derestrict( Matrix<MT,SO>& matrix ) in derestrict()
3255 BLAZE_ALWAYS_INLINE MT& unview( Matrix<MT,SO>& matrix ) in unview()
[all …]
H A DDMatDetExpr.h92 inline ElementType_t<MT> det2x2( const DenseMatrix<MT,SO>& dm ) in det2x2()
118 inline ElementType_t<MT> det3x3( const DenseMatrix<MT,SO>& dm ) in det3x3()
146 inline ElementType_t<MT> det4x4( const DenseMatrix<MT,SO>& dm ) in det4x4()
184 inline ElementType_t<MT> det5x5( const DenseMatrix<MT,SO>& dm ) in det5x5()
238 inline ElementType_t<MT> det6x6( const DenseMatrix<MT,SO>& dm ) in det6x6()
324 ElementType_t<MT> detNxN( const DenseMatrix<MT,SO>& dm ) in detNxN()
384 inline ElementType_t<MT> det( const DenseMatrix<MT,SO>& dm ) in det()
H A DSparseMatrix.h144 typename MT::Iterator find( SparseMatrix<MT,SO>& sm, size_t i, size_t j ) in find()
169 typename MT::ConstIterator find( const SparseMatrix<MT,SO>& sm, size_t i, size_t j ) in find()
194 typename MT::Iterator lowerBound( SparseMatrix<MT,SO>& sm, size_t i, size_t j ) in lowerBound()
219 typename MT::ConstIterator lowerBound( const SparseMatrix<MT,SO>& sm, size_t i, size_t j ) in lowerBound()
244 typename MT::Iterator upperBound( SparseMatrix<MT,SO>& sm, size_t i, size_t j ) in upperBound()
269 typename MT::ConstIterator upperBound( const SparseMatrix<MT,SO>& sm, size_t i, size_t j ) in upperBound()
358 inline void resetLower( SparseMatrix<MT,SO>& dm ) in resetLower()
448 inline void resetUpper( SparseMatrix<MT,SO>& dm ) in resetUpper()
/dports/math/blaze/blaze-3.8/blaze/math/serialization/
H A DMatrixSerializer.h361 void MatrixSerializer::serialize( Archive& archive, const Matrix<MT,SO>& mat ) in serialize()
413 void MatrixSerializer::serializeMatrix( Archive& archive, const DenseMatrix<MT,SO>& mat ) in serializeMatrix()
448 void MatrixSerializer::serializeMatrix( Archive& archive, const SparseMatrix<MT,SO>& mat ) in serializeMatrix()
493 void MatrixSerializer::deserialize( Archive& archive, Matrix<MT,SO>& mat ) in deserialize()
553 DisableIf_t< IsResizable_v<MT> > MatrixSerializer::prepareMatrix( DenseMatrix<MT,SO>& mat ) in prepareMatrix()
568 DisableIf_t< IsResizable_v<MT> > MatrixSerializer::prepareMatrix( SparseMatrix<MT,SO>& mat ) in prepareMatrix()
671 void MatrixSerializer::deserializeDenseRowMatrix( Archive& archive, DenseMatrix<MT,SO>& mat ) in deserializeDenseRowMatrix()
708 MatrixSerializer::deserializeDenseRowMatrix( Archive& archive, SparseMatrix<MT,SO>& mat ) in deserializeDenseRowMatrix()
737 MatrixSerializer::deserializeDenseRowMatrix( Archive& archive, SparseMatrix<MT,SO>& mat ) in deserializeDenseRowMatrix()
847 MatrixSerializer::deserializeDenseColumnMatrix( Archive& archive, SparseMatrix<MT,SO>& mat ) in deserializeDenseColumnMatrix()
[all …]

12345678910>>...52