Lattice Tester Online Documentation 0.1.0-861
Software Package For Testing The Uniformity Of Integral Lattices In The Real Space
Loading...
Searching...
No Matches
NTLWrap.cc File Reference

Namespaces

namespace  NTL
 This module extends the Vec and Mat classes of NTL.
 

Functions

void NTL::ident (Mat_64 &mat, long dim)
 
double NTL::determinant (const NTL::matrix< std::int64_t > &mat)
 
Mathematical functions

These are complementary overloads to NTL power functions.

Vec_64 NTL::operator* (const Vec_64 &vec, std::int64_t a)
 These are operator overloads for Mat_64 and Vec_64 types.
 
Vec_64 NTL::operator* (std::int64_t a, const Vec_64 &vec)
 
std::int64_t NTL::operator* (const Vec_64 &vec1, const Vec_64 &vec2)
 
Vec_64NTL::operator+= (Vec_64 &vec1, const Vec_64 &vec2)
 
Vec_64NTL::operator-= (Vec_64 &vec1, const Vec_64 &vec2)
 
Vec_64NTL::operator*= (Vec_64 &vec, std::int64_t a)
 
Mat_64NTL::operator*= (Mat_64 &mat, std::int64_t a)
 
Mat_64 NTL::operator* (const Mat_64 &mat1, const Mat_64 &mat2)