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