Home
last modified time | relevance | path

Searched defs:schur (Results 1 – 7 of 7) sorted by relevance

/external/eigen/doc/snippets/
DComplexSchur_compute.cpp2 ComplexSchur<MatrixXcf> schur(4); variable
DRealSchur_compute.cpp2 RealSchur<MatrixXf> schur(4); variable
/external/eigen/test/
Dschur_complex.cpp14 template<typename MatrixType> void schur(int size = MatrixType::ColsAtCompileTime) in schur() function
Dschur_real.cpp38 template<typename MatrixType> void schur(int size = MatrixType::ColsAtCompileTime) in schur() function
/external/eigen/unsupported/test/
Dmatrix_power.cpp108 …me internal::conditional< IsComplex, ComplexSchur<MatrixType>, RealSchur<MatrixType> >::type schur; in testSingular() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5037 ExprP<float> schur = bindExpression("schur", ctx, in doExpand() local
5081 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand() local
5138 ExprP<Mat3_16b::Scalar> schur = bindExpression("schur", ctx, in doExpand() local
5182 ExprP<Mat2_16b> schur = bindExpression("schur", ctx, in doExpand() local
5239 ExprP<Matrix3d::Scalar> schur = bindExpression("schur", ctx, in doExpand() local
5283 ExprP<Matrix2d> schur = bindExpression("schur", ctx, in doExpand() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3860 ExprP<float> schur = bindExpression("schur", ctx, in doExpand() local
3904 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand() local