OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RowMajor
(Results
126 - 133
of
133
) sorted by null
1
2
3
4
5
6
/external/eigen/Eigen/src/SVD/
JacobiSVD.h
75
typedef Matrix<Scalar, 1, RowsAtCompileTime,
RowMajor
, 1, MaxRowsAtCompileTime> WorkspaceType;
[
all
...]
/external/eigen/Eigen/src/SparseCore/
SparseMatrix.h
34
* is
RowMajor
. The default is 0 which means column-major.
[
all
...]
/external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h
[
all
...]
/external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp
[
all
...]
/external/mesa3d/src/glsl/
ast_to_hir.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h
[
all
...]
/external/eigen/Eigen/src/Geometry/
Transform.h
81
* \tparam _Options has the same meaning as in class Matrix. It allows to specify DontAlign and/or
RowMajor
.
636
EIGEN_STATIC_ASSERT((Options & (DontAlign|
RowMajor
)) == Options, INVALID_MATRIX_TEMPLATE_PARAMETERS)
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
Completed in 530 milliseconds
1
2
3
4
5
6