|
|
| Matrix (std::initializer_list< Vector< m >> l) |
| |
|
| Matrix (std::initializer_list< Real > l) |
| |
|
| Matrix (Matrix const &)=default |
| |
|
| Matrix (Matrix &&)=default |
| |
|
Matrix & | operator= (Matrix const &)=default |
| |
|
Matrix & | operator= (Matrix &&)=default |
| |
|
OMEGA_H_INLINE Real & | operator() (Int i, Int j) OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE Real const & | operator() (Int i, Int j) const OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE Vector< m > * | data () OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE Vector< m > const * | data () const OMEGA_H_NOEXCEPT |
| |
|
constexpr OMEGA_H_INLINE Int | size () const |
| |
|
OMEGA_H_INLINE Vector< m > & | operator[] (Int i) OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE Vector< m > const & | operator[] (Int i) const OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE Vector< m > & | operator() (Int i) OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE Vector< m > const & | operator() (Int i) const OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE | Few (std::initializer_list< Vector< m > > l) |
| |
|
| Few (Few< Vector< m >, n > const &rhs)=default |
| |
|
| Few (Few< Vector< m >, n > &&rhs)=default |
| |
|
Few & | operator= (Few const &rhs)=default |
| |
|
Few & | operator= (Few &&rhs)=default |
| |
|
OMEGA_H_INLINE const Vector< m > * | begin () const OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE Vector< m > * | begin () OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE const Vector< m > * | end () const OMEGA_H_NOEXCEPT |
| |
|
OMEGA_H_INLINE Vector< m > * | end () OMEGA_H_NOEXCEPT |
| |