Go to the source code of this file.
|
template<typename CharT , typename Traits , MatrixLayout Layout, std::size_t Dim, typename T > |
std::basic_ostream< CharT, Traits > & | vsmc::operator<< (std::basic_ostream< CharT, Traits > &os, const StateMatrixBase< Layout, Dim, T > &smatrix) |
|
#define VSMC_RUNTIME_ASSERT_CORE_STATE_MATRIX_COPY_SIZE_MISMATCH |
Value: "**StateMatrix::copy** SIZE MISMATCH")
#define VSMC_RUNTIME_ASSERT(cond, msg)
Definition at line 38 of file state_matrix.hpp.
#define VSMC_RUNTIME_ASSERT_CORE_STATE_MATRIX_DIM_SIZE |
( |
|
dim | ) |
|
Value: "1")
#define VSMC_RUNTIME_ASSERT(cond, msg)
Definition at line 42 of file state_matrix.hpp.
#define VSMC_RUNTIME_ASSERT_CORE_STATE_MATRIX_UNPACK_SIZE |
( |
|
psize, |
|
|
|
dim |
|
) |
| |
Value: "**StateMatrix::state_unpack** INPUT PACK SIZE TOO SMALL")
#define VSMC_RUNTIME_ASSERT(cond, msg)
Definition at line 46 of file state_matrix.hpp.