Chi-Tech
chi_math_tensorRNX.h File Reference
#include "chi_math_vectorNX.h"
#include <iostream>
#include <vector>
#include <cmath>
#include <sstream>
#include <type_traits>

Go to the source code of this file.

Data Structures

struct  chi_math::TensorRNX< R, N, NumberFormat >
 
struct  chi_math::TensorRNX< R, N, NumberFormat >::RecursiveAccessor< R2 >
 
struct  chi_math::TensorRNX< 2, N, NumberFormat >
 

Namespaces

namespace  chi_math
 

Typedefs

template<int R, int N>
using chi_math::TensorRN = TensorRNX< R, N, double >
 
template<int N>
using chi_math::Tensor2N = TensorRNX< 2, N, double >
 

Functions

template<int N, class NumberFormat >
chi_math::TensorRNX< 2, N, NumberFormat > operator* (const double value, const chi_math::TensorRNX< 2, N, NumberFormat > &that)
 

Function Documentation

◆ operator*()

template<int N, class NumberFormat >
chi_math::TensorRNX< 2, N, NumberFormat > operator* ( const double  value,
const chi_math::TensorRNX< 2, N, NumberFormat > &  that 
)

Multiplication by a scalar from the left.

Definition at line 336 of file chi_math_tensorRNX.h.