|
class | plain_return_type_2< arithmetic_action< minus_action >, utl::SVector< n, T >, utl::SVector< n, U > > |
|
class | plain_return_type_2< arithmetic_action< multiply_action >, utl::SMatrix< n, m, T >, utl::SMatrix< m, n, U > > |
| specialization for custom class SMatrix<> More...
|
|
class | plain_return_type_2< arithmetic_action< multiply_action >, utl::SMatrix< n, m, T >, utl::SVector< m, U > > |
| specialization for SMatrix<> * SVector<> More...
|
|
class | plain_return_type_2< arithmetic_action< multiply_action >, utl::SparseMatrix< T >, utl::SparseMatrix< U > > |
| specialization for custom class SMatrix<> More...
|
|
class | plain_return_type_2< arithmetic_action< multiply_action >, utl::SparseMatrix< T >, utl::SparseVector< U > > |
| specialization for SMatrix<> * SVector<> More...
|
|
class | plain_return_type_2< arithmetic_action< multiply_action >, utl::SparseVector< T >, utl::SparseVector< U > > |
|
class | plain_return_type_2< arithmetic_action< multiply_action >, utl::SVector< n, T >, utl::SVector< n, U > > |
| specialization for custom class SVector<> More...
|
|
class | plain_return_type_2< arithmetic_action< plus_action >, utl::SVector< n, T >, utl::SVector< n, U > > |
|