Home
last modified time | relevance | path

Searched defs:Matrix (Results 1 – 13 of 13) sorted by relevance

/external/ceres-solver/include/ceres/internal/
Deigen.h42 typedef Eigen::Matrix<double, Dynamic, Dynamic, RowMajor> Matrix; typedef
55 Matrix; typedef
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h116 Matrix(unsigned rows, unsigned cols) : in Matrix() function
122 Matrix(unsigned rows, unsigned cols, PBQPNum initVal) : in Matrix() function
128 Matrix(const Matrix &m) : in Matrix() function
/external/llvm/docs/
DCodeGenerator.rst1897 .. _feat_reliable:
1899 Is Generally Reliable
1908 Assembly Parser
1918 Disassembler
1926 Inline Asm
1934 JIT Support
1947 .o File Writing
1961 Tail Calls
1970 Segmented Stacks
/external/llvm/lib/CodeGen/
DRegAllocBase.h65 LiveRegMatrix *Matrix; variable
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DRotationBase.h64 ::Matrix(const RotationBase<OtherDerived,ColsAtCompileTime>& r) in Matrix() function
/external/llvm/include/llvm/CodeGen/
DLiveRegMatrix.h51 LiveIntervalUnion::Array Matrix; variable
/external/eigen/test/eigen2/
Dgsl_helper.h26 typedef gsl_matrix* Matrix; typedef
/external/eigen/test/
Dnomalloc.cpp105 maxSize, maxSize> Matrix; in ctms_decompositions() typedef
/external/valgrind/unittest/
Dlinear_solver.h86 Matrix (int M_, int N) { in Matrix() function
/external/ceres-solver/examples/
Dnist.cc71 typedef Eigen::Matrix<double, Dynamic, Dynamic, RowMajor> Matrix; typedef
/external/clang/test/Sema/
Darray-init.c253 typedef struct _Matrix Matrix; typedef
/external/skia/src/sfnt/
DSkOTTable_glyf.h157 union Matrix { union
/external/opencv/cvaux/src/
Dcvscanlines.cpp47 icvGetNormalVector3( CvMatrix3 * Matrix, float *v ) in icvGetNormalVector3()