ViennaCL - The Vienna Computing Library
1.5.0
|
#include <matrix.hpp>
Static Public Member Functions | |
template<typename LHS1 , typename RHS1 > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const LHS1, const RHS1, op_add > const &proxy) |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_base< T, F >, const matrix_base< T, F >, op_add > const &proxy) |
template<typename ScalarType > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType, op_mult >, const matrix_base< T, F >, op_add > const &proxy) |
template<typename ScalarType > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType, op_div >, const matrix_base< T, F >, op_add > const &proxy) |
template<typename ScalarType > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_base< T, F >, const matrix_expression< const matrix_base< T, F >, const ScalarType, op_mult >, op_add > const &proxy) |
template<typename ScalarType > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_base< T, F >, const matrix_expression< const matrix_base< T, F >, const ScalarType, op_div >, op_add > const &proxy) |
template<typename ScalarType1 , typename ScalarType2 > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType1, op_mult >, const matrix_expression< const matrix_base< T, F >, const ScalarType2, op_mult >, op_add > const &proxy) |
template<typename ScalarType1 , typename ScalarType2 > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType1, op_mult >, const matrix_expression< const matrix_base< T, F >, const ScalarType2, op_div >, op_add > const &proxy) |
template<typename ScalarType1 , typename ScalarType2 > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType1, op_div >, const matrix_expression< const matrix_base< T, F >, const ScalarType2, op_mult >, op_add > const &proxy) |
template<typename ScalarType1 , typename ScalarType2 > | |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType1, op_div >, const matrix_expression< const matrix_base< T, F >, const ScalarType2, op_div >, op_add > const &proxy) |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const LHS1, const RHS1, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_base< T, F >, const matrix_base< T, F >, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType, op_mult >, const matrix_base< T, F >, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType, op_div >, const matrix_base< T, F >, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_base< T, F >, const matrix_expression< const matrix_base< T, F >, const ScalarType, op_mult >, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_base< T, F >, const matrix_expression< const matrix_base< T, F >, const ScalarType, op_div >, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType1, op_mult >, const matrix_expression< const matrix_base< T, F >, const ScalarType2, op_mult >, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType1, op_mult >, const matrix_expression< const matrix_base< T, F >, const ScalarType2, op_div >, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType1, op_div >, const matrix_expression< const matrix_base< T, F >, const ScalarType2, op_mult >, op_add > const & | proxy | ||
) | [inline, static] |
static void apply | ( | matrix_base< T, F > & | lhs, |
matrix_expression< const matrix_expression< const matrix_base< T, F >, const ScalarType1, op_div >, const matrix_expression< const matrix_base< T, F >, const ScalarType2, op_div >, op_add > const & | proxy | ||
) | [inline, static] |