ADMB Documentation
-a65f1c97
|
#include <tiny_vec.hpp>
Public Member Functions | |
tiny_vec () | |
tiny_vec (const tiny_vec &other) | |
tiny_vec (const Type &other) | |
Type | operator[] (size_t i) const |
Type & | operator[] (size_t i) |
void | resize (size_t length) |
tiny_vec_ref< Type > | segment (size_t start, size_t length) |
void | setZero () |
int | size () const |
Public Attributes | |
Type | data [n] |
Definition at line 17 of file tiny_vec.hpp.
Definition at line 19 of file tiny_vec.hpp.
|
inline |
Definition at line 20 of file tiny_vec.hpp.
Definition at line 23 of file tiny_vec.hpp.
|
inline |
Definition at line 28 of file tiny_vec.hpp.
|
inline |
Definition at line 29 of file tiny_vec.hpp.
|
inline |
Definition at line 26 of file tiny_vec.hpp.
|
inline |
Definition at line 31 of file tiny_vec.hpp.
|
inline |
Definition at line 30 of file tiny_vec.hpp.
|
inline |
Definition at line 27 of file tiny_vec.hpp.
Type tiny_vec< Type, n >::data[n] |
Definition at line 18 of file tiny_vec.hpp.
Referenced by tiny_vec< Type, n >::operator[](), tiny_vec< Type, n >::segment(), and tiny_vec< Type, n >::tiny_vec().
Generated on Wed Sep 7 2022 00:01:35 for ADMB Documentation by 1.8.5 |