Loading src/Engine/TensorExatn.h +3 −1 Original line number Diff line number Diff line Loading @@ -275,9 +275,11 @@ public: const TensorBlobType& data_; }; static void init() static void init(int n = 0) { exatn::initialize(); if (n > 0) exatn::resetRuntimeLoggingLevel(n); } static void finalize() Loading src/tensorEval.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ int main(int argc, char **argv) SizeType dim0 = 5; typedef TensorEvalType::TensorType TensorType; TensorType::init(); TensorType::init(2); TensorEvalType::VectorTensorType vt(3); TensorEvalType::VectorSizeType d(2, dim0); Loading Loading
src/Engine/TensorExatn.h +3 −1 Original line number Diff line number Diff line Loading @@ -275,9 +275,11 @@ public: const TensorBlobType& data_; }; static void init() static void init(int n = 0) { exatn::initialize(); if (n > 0) exatn::resetRuntimeLoggingLevel(n); } static void finalize() Loading
src/tensorEval.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ int main(int argc, char **argv) SizeType dim0 = 5; typedef TensorEvalType::TensorType TensorType; TensorType::init(); TensorType::init(2); TensorEvalType::VectorTensorType vt(3); TensorEvalType::VectorSizeType d(2, dim0); Loading