Searched defs:schur (Results 1 – 7 of 7) sorted by relevance
| /external/eigen/doc/snippets/ |
| D | ComplexSchur_compute.cpp | 2 ComplexSchur<MatrixXcf> schur(4); variable
|
| D | RealSchur_compute.cpp | 2 RealSchur<MatrixXf> schur(4); variable
|
| /external/eigen/test/ |
| D | schur_complex.cpp | 14 template<typename MatrixType> void schur(int size = MatrixType::ColsAtCompileTime) in schur() function
|
| D | schur_real.cpp | 38 template<typename MatrixType> void schur(int size = MatrixType::ColsAtCompileTime) in schur() function
|
| /external/eigen/unsupported/test/ |
| D | matrix_power.cpp | 108 …me internal::conditional< IsComplex, ComplexSchur<MatrixType>, RealSchur<MatrixType> >::type schur; in testSingular() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 5037 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/ |
| D | glsBuiltinPrecisionTests.cpp | 3860 ExprP<float> schur = bindExpression("schur", ctx, in doExpand() local 3904 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand() local
|