geomc
1.0
A c++ linear algebra template library
Loading...
Searching...
No Matches
Class Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Z
|
_
A
AffineTransform
(
geom
)
AnyConvex
(
geom
)
AnyConvexImpl
(
geom
)
B
BezierPath
(
geom
)
BezierSpline
(
geom
)
BinLatticePartition
(
geom
)
Bounded
(
geom
)
BSpline
(
geom
)
BSplinePath
(
geom
)
C
Capsule
(
geom
)
CatromSpline
(
geom
)
CatromSplinePath
(
geom
)
conditional
(
std
)
conditional< false, T, F >
(
std
)
conditional< true, T, F >
(
std
)
ConstSubtree
(
geom
)
ConstType
(
geom
)
ConstType< T, false >
(
geom
)
ConstType< T, true >
(
geom
)
Convex
(
geom
)
CoordType
(
geom
)
CoordType< Vec< T, N > >
(
geom
)
CubicSpline
(
geom
)
Cylinder
(
geom
)
D
DefinedIf
(geom::detail)
DefinedIf< true, val >
(geom::detail)
DenseUniformDistribution
(
geom
)
DenseUniformDistribution< double >
(
geom
)
DenseUniformDistribution< Dual< T, P > >
(
geom
)
DenseUniformDistribution< float >
(
geom
)
Deque
(
geom
)
DiagMatrix
(
geom
)
Digest
(
geom
)
Digest< AffineTransform< T, N >, H >
(
geom
)
Digest< Capsule< T, N >, H >
(
geom
)
Digest< Cylinder< T, N >, H >
(
geom
)
Digest< Dilated< Shape >, H >
(
geom
)
Digest< Dual< T, Dp >, H >
(
geom
)
Digest< Extruded< Shape >, H >
(
geom
)
Digest< Frustum< Shape >, H >
(
geom
)
Digest< H, H >
(
geom
)
Digest< Hollow< Shape >, H >
(
geom
)
Digest< Isometry< T, N >, H >
(
geom
)
Digest< Plane< T, N >, H >
(
geom
)
Digest< Quat< T >, H >
(
geom
)
Digest< Ray< T, N >, H >
(
geom
)
Digest< Rect< T, N >, H >
(
geom
)
Digest< Rotation< T, 2 >, H >
(
geom
)
Digest< Rotation< T, 3 >, H >
(
geom
)
Digest< Similar< Shape >, H >
(
geom
)
Digest< Similarity< T, N >, H >
(
geom
)
Digest< SimpleMatrix< T, M, N, Lyt, P >, H >
(
geom
)
Digest< Simplex< T, N >, H >
(
geom
)
Digest< Sphere< T, N >, H >
(
geom
)
Digest< SphericalCap< T, N >, H >
(
geom
)
Digest< std::string, H >
(
geom
)
Digest< std::string_view, H >
(
geom
)
Digest< std::tuple< Ts... >, H >
(
geom
)
Digest< T, H >
(
geom
)
Digest< Transformed< Shape >, H >
(
geom
)
Digest< Vec< T, N >, H >
(
geom
)
Dilated
(
geom
)
Dimension
(
geom
)
Dimension< DYNAMIC_DIM >
(
geom
)
Dimensional
(
geom
)
DimensionMismatchException
(
geom
)
disable_std_hash_fallback
(
geom
)
discontinuity_impl
(geom::detail)
discontinuity_impl< T, DiscontinuityPolicy::Average >
(geom::detail)
discontinuity_impl< T, DiscontinuityPolicy::Inf >
(geom::detail)
discontinuity_impl< T, DiscontinuityPolicy::Left >
(geom::detail)
discontinuity_impl< T, DiscontinuityPolicy::NaN >
(geom::detail)
discontinuity_impl< T, DiscontinuityPolicy::Right >
(geom::detail)
Dual
(
geom
)
E
Extruded
(
geom
)
F
FlatMatrixBase
(geom::detail)
FlatMatrixLayout
(
geom
)
FlatMatrixLayout< T, COL_MAJOR >
(
geom
)
Frustum
(
geom
)
G
GenericStorage
(
geom
)
GenericStorage< T, N, STORAGE_UNIQUE >
(
geom
)
GenericStorage< T, N, STORAGE_WRAPPED >
(
geom
)
GeomException
(
geom
)
GridIterator
(
geom
)
GridIterator< T, 1, Order >
(
geom
)
H
hash< geom::AffineTransform< T, N > >
(
std
)
hash< geom::Capsule< T, N > >
(
std
)
hash< geom::Cylinder< T, N > >
(
std
)
hash< geom::Dilated< Shape > >
(
std
)
hash< geom::Dual< T, Dp > >
(
std
)
hash< geom::Extruded< Shape > >
(
std
)
hash< geom::Frustum< Shape > >
(
std
)
hash< geom::Hollow< Shape > >
(
std
)
hash< geom::Plane< T, N > >
(
std
)
hash< geom::Quat< T > >
(
std
)
hash< geom::Ray< T, N > >
(
std
)
hash< geom::Rect< T, N > >
(
std
)
hash< geom::Similar< Shape > >
(
std
)
hash< geom::SimpleMatrix< T, M, N > >
(
std
)
hash< geom::Simplex< T, N > >
(
std
)
hash< geom::Sphere< T, N > >
(
std
)
hash< geom::SphericalCap< T, N > >
(
std
)
hash< geom::Transformed< Shape > >
(
std
)
hash< geom::Vec< T, N > >
(
std
)
HermitePath
(
geom
)
HermiteSpline
(
geom
)
Hollow
(
geom
)
I
Intersector
(
geom
)
IsMatrix
(geom::detail)
IsMatrix< Mt, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mt::elem_t, Mt::ROWDIM, Mt::COLDIM, typename Mt::recurring_t >, Mt >::value, void >::type >
(geom::detail)
Isometry
(
geom
)
IsVector
(geom::detail)
IsVector< T, typename std::enable_if< std::is_base_of< detail::VecCommon< typename T::elem_t, T::N, T >, T >::value, void >::type >
(geom::detail)
K
KDTree::KDNodeIterator
(
geom
)
KDTree::KDStructureParams
(
geom
)
KDTree
(
geom
)
BezierPath::Knot
(
geom
)
HermitePath::Knot
(
geom
)
L
LinalgDimensionMatch
(geom::detail)
LinalgDimensionMatch< Ma, Mb, typename std::enable_if<(((_ImplMtxAdaptor< Ma, _ImplVecOrient< Ma, Mb >::orient >::ROWDIM==_ImplMtxAdaptor< Mb, _ImplVecOrient< Ma, Mb >::orient >::ROWDIM) or(_ImplMtxAdaptor< Ma, _ImplVecOrient< Ma, Mb >::orient >::ROWDIM *_ImplMtxAdaptor< Mb, _ImplVecOrient< Ma, Mb >::orient >::ROWDIM==0)) and((_ImplMtxAdaptor< Ma, _ImplVecOrient< Ma, Mb >::orient >::COLDIM==_ImplMtxAdaptor< Mb, detail::_ImplVecOrient< Ma, Mb >::orient >::COLDIM) or(_ImplMtxAdaptor< Ma, _ImplVecOrient< Ma, Mb >::orient >::COLDIM *_ImplMtxAdaptor< Mb, detail::_ImplVecOrient< Ma, Mb >::orient >::COLDIM==0))), void >::type >
(geom::detail)
M
MatrixBase
(geom::detail)
MatrixDimensionMatch
(geom::detail)
MatrixDimensionMatch< Ma, Mb, typename std::enable_if<((Ma::ROWDIM==Mb::ROWDIM or Ma::ROWDIM *Mb::ROWDIM==0) and(Ma::COLDIM==Mb::COLDIM or Ma::COLDIM *Mb::COLDIM==0)) >::type >
(geom::detail)
MatrixHandle
(
geom
)
MatrixMultipliable
(geom::detail)
MatrixMultipliable< Ma, Mb, typename std::enable_if<(IsMatrix< Ma >::val or IsMatrix< Mb >::val) and(_ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::COLDIM==_ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::ROWDIM or _ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::COLDIM==DYNAMIC_DIM or _ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::ROWDIM==DYNAMIC_DIM), void >::type >
(geom::detail)
MatrixMultReturnType
(geom::detail)
MatrixMultReturnType< Ma, Mb, typename std::enable_if< MatrixMultipliable< Ma, Mb >::val, void >::type >
(geom::detail)
MatrixWrapper
(
geom
)
MtxAssignmentProxy
(geom::detail)
MtxColIterator
(geom::detail)
MtxRowIterator
(geom::detail)
MtxSubsetIterator
(geom::detail)
MxWrap
(geom::detail)
MxWrap< T, false >
(geom::detail)
N
NonsquareMatrixException
(
geom
)
numeric_limits< geom::Dual< T, Dp > >
(
std
)
P
Path
(
geom
)
PerlinNoise
(
geom
)
PermutationMatrix
(
geom
)
PermuteMatrixBase
(geom::detail)
PermuteMatrixBase< DYNAMIC_DIM >
(geom::detail)
Plane
(
geom
)
PLUDecomposition
(
geom
)
PointType
(
geom
)
PointType< T, 1 >
(
geom
)
PolynomialSpline
(
geom
)
Projectable
(
geom
)
ProjectionResult
(geom::detail)
Q
Quat
(
geom
)
SubtreeBase::QueryIterator
(
geom
)
R
Raster
(
geom
)
Ray
(
geom
)
RayIntersectable
(
geom
)
Rect
(
geom
)
RectAxisHelper
(geom::detail)
RectAxisHelper< T, 2 >
(geom::detail)
RectAxisHelper< T, 3 >
(geom::detail)
RectAxisHelperBase
(geom::detail)
RectIntersector
(geom::detail)
RectIntersector< T, N, typename std::enable_if< RectAxisHelper< T, N >::SAT_SUPPORTED >::type >
(geom::detail)
BinLatticePartition::region_iterator
(
geom
)
Rotation
(
geom
)
Rotation< T, 2 >
(
geom
)
Rotation< T, 3 >
(
geom
)
S
SampleShape
(
geom
)
SampleShape< Cylinder< T, N > >
(
geom
)
SampleShape< Extruded< Shape > >
(
geom
)
SampleShape< Hollow< Extruded< Hollow< Shape > > > >
(
geom
)
SampleShape< Hollow< Extruded< Shape > > >
(
geom
)
SampleShape< Hollow< Rect< T, N > > >
(
geom
)
SampleShape< Hollow< Sphere< T, N > > >
(
geom
)
SampleShape< Rect< T, N > >
(
geom
)
SampleShape< Similar< Shape > >
(
geom
)
SampleShape< Simplex< T, N > >
(
geom
)
SampleShape< Sphere< T, N > >
(
geom
)
SampleShape< SphericalCap< T, N > >
(
geom
)
SampleShape< SphericalShell< T, N > >
(
geom
)
SampleShape< Transformed< Shape > >
(
geom
)
SdfEvaluable
(
geom
)
ShapeDistribution
(geom::detail)
ShapeIndexHelper
(geom::detail)
ShapeIndexHelper< T, N, Bounded< T, N > >
(geom::detail)
ShapeIndexHelper< T, N, D * >
(geom::detail)
ShapeIndexHelper< T, N, std::pair< K, V > >
(geom::detail)
ShapeIndexHelper< T, N, Vec< T, N > >
(geom::detail)
Similar
(
geom
)
Similarity
(
geom
)
SimpleMatrix
(
geom
)
Simplex
(
geom
)
SimplexFace
(geom::detail)
SimplexProjection
(geom::detail)
SizedStorage
(
geom
)
SizedStorage< T, DYNAMIC_DIM >
(
geom
)
SmallStorage
(
geom
)
Sphere
(
geom
)
SphericalCap
(
geom
)
SphericalHarmonics
(
geom
)
SplinePath
(
geom
)
Storage
(
geom
)
Storage< T, DYNAMIC_DIM >
(
geom
)
storage_token_t
(
geom
)
Subtree
(
geom
)
SubtreeBase
(
geom
)
T
BezierPath::Tangent
(
geom
)
Transformed
(
geom
)
TransposeIterator
(
geom
)
Tree
(
geom
)
U
UniqueStorage
(
geom
)
UniqueStorage< T, DYNAMIC_DIM >
(
geom
)
UnmanagedStorage
(
geom
)
V
Vec
(
geom
)
Vec< T, 2 >
(
geom
)
Vec< T, 3 >
(
geom
)
Vec< T, 4 >
(
geom
)
VecBase
(geom::detail)
VecBase< T, 2 >
(geom::detail)
VecBase< T, 3 >
(geom::detail)
VecBase< T, 4 >
(geom::detail)
VecCommon
(geom::detail)
VectorDimension
(
geom
)
VectorDimension< Vec< T, M > >
(
geom
)
W
WrappedStorage
(
geom
)
WriteableMatrixBase
(geom::detail)
Z
ZonalHarmonics
(
geom
)
_
_ImplEdge
(geom::detail)
_ImplEdge< EDGE_CLAMP >
(geom::detail)
_ImplEdge< EDGE_CONSTANT >
(geom::detail)
_ImplEdge< EDGE_MIRROR >
(geom::detail)
_ImplEdge< EDGE_PERIODIC >
(geom::detail)
_ImplFMADot
(geom::detail)
_ImplFMADot< Dual< T, P >, void >
(geom::detail)
_ImplFMADot< std::complex< T >, void >
(geom::detail)
_ImplFMADot< T, typename std::enable_if_t< std::is_floating_point_v< T > > >
(geom::detail)
_ImplMatrixAdd
(geom::detail)
_ImplMatrixAdd< DiagMatrix< T, M, N >, DiagMatrix< S, J, K > >
(geom::detail)
_ImplMatrixAddReturnType
(geom::detail)
_ImplMatrixAddReturnType< Ma, Mb, typename std::enable_if_t< detail::IsMatrix< Ma >::val and detail::IsMatrix< Mb >::val and detail::MatrixDimensionMatch< Ma, Mb >::isStaticMatch, void > >
(geom::detail)
_ImplMatrixScale
(geom::detail)
_ImplMatrixScale< DiagMatrix< T, M, N > >
(geom::detail)
_ImplMtxAdaptor
(geom::detail)
_ImplMtxAdaptor< geom::Vec< T, N >, ORIENT_VEC_COL, void >
(geom::detail)
_ImplMtxAdaptor< geom::Vec< T, N >, ORIENT_VEC_ROW, void >
(geom::detail)
_ImplMtxAdaptor< geom::Vec< T, N >, ORIENT_VEC_UNKNOWN, void >
(geom::detail)
_ImplMtxAdaptor< Mx, O, typename std::enable_if< IsMatrix< Mx >::val, void >::type >
(geom::detail)
_ImplMtxConstRowtype
(geom::detail)
_ImplMtxConstRowtype< FlatMatrixBase< T, M, N, Lyt, P >, T >
(geom::detail)
_ImplMtxInstance
(geom::detail)
_ImplMtxInstance< geom::PermutationMatrix< N > >
(geom::detail)
_ImplMtxInstance< geom::Vec< T, N > >
(geom::detail)
_ImplMtxInv
(geom::detail)
_ImplMtxInv< geom::DiagMatrix< T, M, N > >
(geom::detail)
_ImplMtxInv< geom::PermutationMatrix< N > >
(geom::detail)
_ImplMtxInv< T * >
(geom::detail)
_ImplMtxInvRaw
(geom::detail)
_ImplMtxInvRaw< T, 0 >
(geom::detail)
_ImplMtxInvRaw< T, 2 >
(geom::detail)
_ImplMtxInvRaw< T, 3 >
(geom::detail)
_ImplMtxInvRaw< T, 4 >
(geom::detail)
_ImplMtxMul
(geom::detail)
_ImplMtxMul< geom::DiagMatrix< T, L, M1 >, geom::DiagMatrix< T, M2, N >, void >
(geom::detail)
_ImplMtxMul< geom::DiagMatrix< T, M, N >, Mat, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value >::type >
(geom::detail)
_ImplMtxMul< geom::PermutationMatrix< M >, geom::PermutationMatrix< N >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename geom::PermutationMatrix< M >::elem_t, geom::PermutationMatrix< M >::ROWDIM, geom::PermutationMatrix< M >::COLDIM, typename geom::PermutationMatrix< M >::recurring_t >, geom::PermutationMatrix< M > >::value >::type >
(geom::detail)
_ImplMtxMul< geom::PermutationMatrix< M >, Mat, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value and not std::is_base_of< geom::PermutationMatrix< Mat::ROWDIM >, Mat >::value >::type >
(geom::detail)
_ImplMtxMul< geom::PermutationMatrix< N1 >, geom::Vec< T, N2 >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename geom::PermutationMatrix< N1 >::elem_t, geom::PermutationMatrix< N1 >::ROWDIM, geom::PermutationMatrix< N1 >::COLDIM, typename geom::PermutationMatrix< N1 >::recurring_t >, geom::PermutationMatrix< N1 > >::value >::type >
(geom::detail)
_ImplMtxMul< geom::Vec< T, M >, Mat, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value >::type >
(geom::detail)
_ImplMtxMul< geom::Vec< T, N1 >, geom::PermutationMatrix< N2 >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename geom::PermutationMatrix< N2 >::elem_t, geom::PermutationMatrix< N2 >::ROWDIM, geom::PermutationMatrix< N2 >::COLDIM, typename geom::PermutationMatrix< N2 >::recurring_t >, geom::PermutationMatrix< N2 > >::value >::type >
(geom::detail)
_ImplMtxMul< Mat, geom::DiagMatrix< T, M, N >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value >::type >
(geom::detail)
_ImplMtxMul< Mat, geom::PermutationMatrix< N >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value and not std::is_base_of< geom::PermutationMatrix< Mat::ROWDIM >, Mat >::value >::type >
(geom::detail)
_ImplMtxMul< Mat, geom::Vec< T, N >, typename std::enable_if< std::is_base_of< geom::detail::MatrixBase< typename Mat::elem_t, Mat::ROWDIM, Mat::COLDIM, typename Mat::recurring_t >, Mat >::value >::type >
(geom::detail)
_ImplMtxReftype
(geom::detail)
_ImplMtxReftype< DiagMatrix< T, M, N >, T >
(geom::detail)
_ImplMtxReftype< FlatMatrixBase< T, M, N, Lyt, P >, T >
(geom::detail)
_ImplMtxReftype< MatrixHandle< T >, T >
(geom::detail)
_ImplMtxResult
(geom::detail)
_ImplMtxResult< Ma, Mb, Md, typename std::enable_if<((detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::ROWDIM==detail::_ImplMtxAdaptor< Ma, detail::ORIENT_VEC_ROW >::ROWDIM or detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::ROWDIM *detail::_ImplMtxAdaptor< Ma, detail::ORIENT_VEC_ROW >::ROWDIM==0) and(detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::COLDIM==detail::_ImplMtxAdaptor< Mb, detail::ORIENT_VEC_COL >::COLDIM or detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::COLDIM *detail::_ImplMtxAdaptor< Mb, detail::ORIENT_VEC_COL >::COLDIM==0)) and detail::_ImplVecMulOrient< Ma, Mb, Md >::orient !=ORIENT_VEC_UNKNOWN, void >::type >
(geom::detail)
_ImplMtxResult< Ma, Mb, Md, typename std::enable_if<((detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::ROWDIM==detail::_ImplMtxAdaptor< Ma, detail::ORIENT_VEC_ROW >::ROWDIM or detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::ROWDIM *detail::_ImplMtxAdaptor< Ma, detail::ORIENT_VEC_ROW >::ROWDIM==0) and(detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::COLDIM==detail::_ImplMtxAdaptor< Mb, detail::ORIENT_VEC_COL >::COLDIM or detail::_ImplMtxAdaptor< Md, detail::_ImplVecMulOrient< Ma, Mb, Md >::orient >::COLDIM *detail::_ImplMtxAdaptor< Mb, detail::ORIENT_VEC_COL >::COLDIM==0)) and detail::_ImplVecMulOrient< Ma, Mb, Md >::orient==ORIENT_VEC_UNKNOWN, void >::type >
(geom::detail)
_ImplMtxRowtype
(geom::detail)
_ImplMtxRowtype< FlatMatrixBase< T, M, N, Lyt, P >, T >
(geom::detail)
_ImplMtxTxpose
(geom::detail)
_ImplMtxTxpose< geom::DiagMatrix< T, M, N > >
(geom::detail)
_ImplMtxTxpose< geom::PermutationMatrix< N > >
(geom::detail)
_ImplMtxTxpose< geom::SimpleMatrix< T, M, N, Lyt, P > >
(geom::detail)
_ImplRasterIndex
(geom::detail)
_ImplRasterIndex< grid_t, 1, Edge >
(geom::detail)
_ImplRasterSample
(geom::detail)
_ImplRasterSample< I, O, N, Channels, Edge, INTERP_CUBIC >
(geom::detail)
_ImplRasterSample< I, O, N, Channels, Edge, INTERP_LINEAR >
(geom::detail)
_ImplRasterSample< I, O, N, Channels, Edge, INTERP_NEAREST >
(geom::detail)
_ImplStorageObjCount
(geom::detail)
_ImplStorageObjCount< MatrixHandle< T > >
(geom::detail)
_ImplVecMulOrient
(geom::detail)
_ImplVecMulOrient< Ma, Mb, Md, typename std::enable_if< _ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::ROWDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_COL >::ROWDIM and _ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::COLDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_COL >::COLDIM, void >::type >
(geom::detail)
_ImplVecMulOrient< Ma, Mb, Md, typename std::enable_if< _ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::ROWDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_ROW >::ROWDIM and _ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::COLDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_ROW >::COLDIM and not(_ImplMtxAdaptor< Ma, ORIENT_VEC_ROW >::ROWDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_COL >::ROWDIM and _ImplMtxAdaptor< Mb, ORIENT_VEC_COL >::COLDIM==_ImplMtxAdaptor< Md, ORIENT_VEC_COL >::COLDIM), void >::type >
(geom::detail)
_ImplVecOrient
(geom::detail)
_ImplVecOrient< Ma, Mb, typename std::enable_if<(IsMatrix< Ma >::val and IsMatrix< Mb >::val), void >::type >
(geom::detail)
_ImplVecOrient< Mb, Vec< T, N >, typename std::enable_if<(N==Mb::COLDIM or Mb::COLDIM==DYNAMIC_DIM) and(Mb::ROWDIM==1 or Mb::ROWDIM==DYNAMIC_DIM) and not(Mb::COLDIM==DYNAMIC_DIM and Mb::ROWDIM==DYNAMIC_DIM), void >::type >
(geom::detail)
_ImplVecOrient< Mb, Vec< T, N >, typename std::enable_if<(N==Mb::ROWDIM or Mb::ROWDIM==DYNAMIC_DIM) and(Mb::COLDIM==1 or Mb::COLDIM==DYNAMIC_DIM) and not(Mb::COLDIM==DYNAMIC_DIM and Mb::ROWDIM==DYNAMIC_DIM), void >::type >
(geom::detail)
_ImplVecOrient< Vec< A, N >, Vec< B, N >, void >
(geom::detail)
_ImplVecOrient< Vec< T, N >, Mb, typename std::enable_if<(N==Mb::COLDIM or Mb::COLDIM==DYNAMIC_DIM) and(Mb::ROWDIM==1 or Mb::ROWDIM==DYNAMIC_DIM) and not(Mb::COLDIM==DYNAMIC_DIM and Mb::ROWDIM==DYNAMIC_DIM), void >::type >
(geom::detail)
_ImplVecOrient< Vec< T, N >, Mb, typename std::enable_if<(N==Mb::ROWDIM or Mb::ROWDIM==DYNAMIC_DIM) and(Mb::COLDIM==1 or Mb::COLDIM==DYNAMIC_DIM) and not(Mb::COLDIM==DYNAMIC_DIM and Mb::ROWDIM==DYNAMIC_DIM), void >::type >
(geom::detail)
_ImplVectorLikeMatrix
(geom::detail)
_ImplVectorLikeMatrix< T, DYNAMIC_DIM, ORIENT_VEC_COL >
(geom::detail)
_ImplVectorLikeMatrix< T, DYNAMIC_DIM, ORIENT_VEC_ROW >
(geom::detail)
_ImplVectorLikeMatrix< T, DYNAMIC_DIM, ORIENT_VEC_UNKNOWN >
(geom::detail)
_m2x2
(geom::detail)
_m3x3
(geom::detail)
_m4x4
(geom::detail)
_RGBChannelConversion
(geom::detail)
_RGBChannelConversion< T, typename std::enable_if< std::is_integral< T >::value, void >::type >
(geom::detail)
Generated on Mon Feb 17 2025 15:19:56 for geomc by
1.13.2