Chi-Tech
|
#include <vector>
#include <stdexcept>
#include <sstream>
#include "chi_math.h"
#include "dynamic_vector.h"
Go to the source code of this file.
Data Structures | |
class | chi_math::DynamicMatrix< NumberFormat > |
Namespaces | |
namespace | chi_math |
Functions | |
template<class NumberFormat > | |
chi_math::DynamicMatrix< NumberFormat > | operator* (const double value, chi_math::DynamicMatrix< NumberFormat > &that) |
chi_math::DynamicMatrix< NumberFormat > operator* | ( | const double | value, |
chi_math::DynamicMatrix< NumberFormat > & | that | ||
) |
Multiplication by a scalar from the left.
Definition at line 391 of file dynamic_matrix.h.