Searched defs:schur (Results 1 – 8 of 8) sorted by relevance
| /external/eigen/doc/snippets/ |
| D | RealSchur_compute.cpp | 2 RealSchur<MatrixXf> schur(4); variable
|
| D | ComplexSchur_compute.cpp | 2 ComplexSchur<MatrixXcf> 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 | 40 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/tensorflow/tensorflow/compiler/xla/client/lib/ |
| D | self_adjoint_eig.cc | 105 JacobiRotation schur; in SymmetricShurDecomposition2x2() local
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 5003 ExprP<float> schur = bindExpression("schur", ctx, in doExpand() local 5047 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand() local 5104 ExprP<Mat3_16b::Scalar> schur = bindExpression("schur", ctx, in doExpand() local 5148 ExprP<Mat2_16b> schur = bindExpression("schur", ctx, in doExpand() local 5205 ExprP<Matrix3d::Scalar> schur = bindExpression("schur", ctx, in doExpand() local 5249 ExprP<Matrix2d> schur = bindExpression("schur", ctx, in doExpand() local
|
| /external/deqp/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 3859 ExprP<float> schur = bindExpression("schur", ctx, in doExpand() local 3903 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand() local
|