Cpp.Types
Helpers for constructing types
val local_scalar : type_
val std_vector : ?dims:??? -> type_ -> type_
A std::vector<t>
std::vector<t>
val bool : type_
val complex : type_ -> type_
val vector : ?mem_pattern:??? -> type_ -> type_
An Eigen::Matrix<s, -1, 1>
Eigen::Matrix<s, -1, 1>
val row_vector : ?mem_pattern:??? -> type_ -> type_
An Eigen::Matrix<s, 1, -1>
Eigen::Matrix<s, 1, -1>
val matrix : ?mem_pattern:??? -> type_ -> type_
An Eigen::Matrix<s, -1, -1>
Eigen::Matrix<s, -1, -1>
val string : type_
A std::string
std::string
val size_t : type_
val const_ref : type_ -> type_
val const_char_array : Core.int -> type_
val eigen_map : type_ -> type_
val var_context : type_
val ostream : type_
val base_type : type_ -> type_
val tuple_elt : type_ -> Core.int -> type_