Public Types | |
| typedef opentl::math::SquareMatrix | identifier_type |
| typedef general_t | matrix_structure |
| typedef M | matrix_type |
| typedef row_major_t | ordering_type |
| typedef double * | pointer |
| typedef double | value_type |
Public Member Functions | |
| BOOST_STATIC_ASSERT ((::boost::is_same< opentl::math::SquareMatrix, typename::boost::remove_const< M >::type >::value)) | |
Static Public Member Functions | |
| ::std::ptrdiff_t | leading_dimension (matrix_type &v) |
| ::std::ptrdiff_t | num_columns (matrix_type &m) |
| ::std::ptrdiff_t | num_rows (matrix_type &m) |
| static pointer | storage (matrix_type &m) |
| ::std::ptrdiff_t | storage_size (matrix_type &m) |
| typedef opentl::math::SquareMatrix boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::identifier_type |
| typedef general_t boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::matrix_structure |
| typedef M boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::matrix_type |
| typedef row_major_t boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::ordering_type |
| typedef double* boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::pointer |
| typedef double boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::value_type |
| boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::BOOST_STATIC_ASSERT | ( | (::boost::is_same< opentl::math::SquareMatrix, typename::boost::remove_const< M >::type >::value) | ) |
| ::std::ptrdiff_t boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::leading_dimension | ( | matrix_type & | v | ) | [inline, static] |
| ::std::ptrdiff_t boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::num_columns | ( | matrix_type & | m | ) | [inline, static] |
| ::std::ptrdiff_t boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::num_rows | ( | matrix_type & | m | ) | [inline, static] |
| static pointer boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::storage | ( | matrix_type & | m | ) | [inline, static] |
| ::std::ptrdiff_t boost::numeric::bindings::traits::matrix_detail_traits< opentl::math::SquareMatrix, M >::storage_size | ( | matrix_type & | m | ) | [inline, static] |
1.5.8