Visual Computing Library
Toggle main menu visibility
Main Page
Related Pages
Topics
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
i
l
m
s
t
u
w
Typedefs
a
b
c
d
e
i
n
p
q
r
s
t
v
w
Enumerations
Related Symbols
Files
File List
•
All
Classes
Functions
Variables
Typedefs
Enumerations
Friends
Modules
Pages
Concepts
Loading...
Searching...
No Matches
vcl::Matrix33Concept Concept Reference
Concept for 3x3 matrices.
More...
#include <
vclib/concepts/space/matrix.h
>
Concept definition
template
<
typename
T>
concept
vcl::Matrix33Concept
=
EigenMatrixConcept<T>
&& (RemoveRef<T>::RowsAtCompileTime == 3) &&
(RemoveRef<T>::ColsAtCompileTime == 3)
vcl::EigenMatrixConcept
Concept for Eigen matrices. It is satisfied when T is an Eigen matrix.
Definition
matrix.h:53
vcl::Matrix33Concept
Concept for 3x3 matrices.
Definition
matrix.h:88
Detailed Description
Concept for 3x3 matrices.
vcl
Matrix33Concept
Generated by
1.9.8