#include <ostream>
Go to the source code of this file.
|
template<class T , int Tensor_Dim0, int Tensor_Dim1> |
std::ostream & | FTensor::Tensor2_ostream_row (std::ostream &os, const FTensor::Tensor2< T, Tensor_Dim0, Tensor_Dim1 > &t, const int &i) |
|
template<class T , int Tensor_Dim0, int Tensor_Dim1> |
std::ostream & | operator<< (std::ostream &os, const FTensor::Tensor2< T, Tensor_Dim0, Tensor_Dim1 > &t) |
|
template<class T , int Tensor_Dim0, int Tensor_Dim1> |
std::istream & | FTensor::Tensor2_istream_row (std::istream &is, FTensor::Tensor2< T, Tensor_Dim0, Tensor_Dim1 > &t, const int &i) |
|
template<class T , int Tensor_Dim0, int Tensor_Dim1> |
std::istream & | operator>> (std::istream &is, FTensor::Tensor2< T, Tensor_Dim0, Tensor_Dim1 > &t) |
|
◆ operator<<()
template<class T , int Tensor_Dim0, int Tensor_Dim1>
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const FTensor::Tensor2< T, Tensor_Dim0, Tensor_Dim1 > & |
t |
|
) |
| |
Definition at line 249 of file Tensor2_value.hpp.
254 for(
int i = 0;
i + 1 < Tensor_Dim0; ++
i)
FTensor::Index< 'i', 3 > i
std::ostream & Tensor2_ostream_row(std::ostream &os, const FTensor::Tensor2< T, Tensor_Dim0, Tensor_Dim1 > &t, const int &i)
◆ operator>>()
template<class T , int Tensor_Dim0, int Tensor_Dim1>
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
FTensor::Tensor2< T, Tensor_Dim0, Tensor_Dim1 > & |
t |
|
) |
| |
Definition at line 292 of file Tensor2_value.hpp.
296 for(
int i = 0;
i + 1 < Tensor_Dim0; ++
i)
std::istream & Tensor2_istream_row(std::istream &is, FTensor::Tensor2< T, Tensor_Dim0, Tensor_Dim1 > &t, const int &i)