![]() |
Chi-Tech
|
#include "mesh/chi_meshvector.h"#include <iostream>#include <vector>#include <array>#include <cmath>#include <sstream>#include <type_traits>Go to the source code of this file.
Data Structures | |
| struct | chi_math::VectorNX< N, NumberFormat > |
Namespaces | |
| namespace | chi_mesh |
| namespace | chi_math |
Typedefs | |
| template<int N> | |
| using | chi_math::VectorN = VectorNX< N, double > |
| using | chi_math::Vector2 = VectorN< 2 > |
| using | chi_math::Vector3 = VectorN< 3 > |
Functions | |
| template<int N, class NumberFormat > | |
| chi_math::VectorNX< N, NumberFormat > | operator* (const double value, const chi_math::VectorNX< N, NumberFormat > &that) |
| chi_math::VectorNX< N, NumberFormat > operator* | ( | const double | value, |
| const chi_math::VectorNX< N, NumberFormat > & | that | ||
| ) |
Multiplication by a scalar from the left.
Definition at line 481 of file chi_math_vectorNX.h.