Cortenn
Functions
pyllo Namespace Reference

Functions

ade::Shape p2cshape (std::vector< py::ssize_t > &pyshape)
 
std::vector< ade::DimT > c2pshape (ade::Shape &cshape)
 
llo::VarptrT variable (py::array data, std::string label)
 
void assign (llo::Variable *target, py::array data)
 
py::array evaluate (ade::TensptrT tens, py::dtype dtype=py::dtype::of< double >())
 
void seed_engine (size_t seed)
 

Function Documentation

◆ assign()

void pyllo::assign ( llo::Variable target,
py::array  data 
)

◆ c2pshape()

std::vector<ade::DimT> pyllo::c2pshape ( ade::Shape &  cshape)

◆ evaluate()

py::array pyllo::evaluate ( ade::TensptrT  tens,
py::dtype  dtype = py::dtype::of<double>() 
)

◆ p2cshape()

ade::Shape pyllo::p2cshape ( std::vector< py::ssize_t > &  pyshape)

◆ seed_engine()

void pyllo::seed_engine ( size_t  seed)

◆ variable()

llo::VarptrT pyllo::variable ( py::array  data,
std::string  label 
)