Loading src/Engine/TensorExatn.h +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ public: const VectorSizeType& dimensions_; const SizeType ins_; const ComplexOrRealType& value_; const ComplexOrRealType value_; }; class SetToRandom : public exatn::TensorMethod { Loading src/tensorEval.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ int main(int argc, char **argv) } vt[1]->setToConstant(1.5); vt[2]->setToConstant(3.3); vt[2]->setToConstant(0.0); Mera::SrepStatement<double> srepEq(str); Mera::NameToIndexLut<TensorType> nameToIndexLut(vt); Loading Loading
src/Engine/TensorExatn.h +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ public: const VectorSizeType& dimensions_; const SizeType ins_; const ComplexOrRealType& value_; const ComplexOrRealType value_; }; class SetToRandom : public exatn::TensorMethod { Loading
src/tensorEval.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ int main(int argc, char **argv) } vt[1]->setToConstant(1.5); vt[2]->setToConstant(3.3); vt[2]->setToConstant(0.0); Mera::SrepStatement<double> srepEq(str); Mera::NameToIndexLut<TensorType> nameToIndexLut(vt); Loading