Nabla  1.0
Nabla - a DSL for Automatic differentiation
Public Member Functions | Public Attributes | List of all members
nb::Tensor Class Reference

#include <Tensor.h>

Public Member Functions

 Tensor ()
 
 Tensor (int m, int n)
 
 Tensor (int m, int n, std::vector< std::vector< double >> vals)
 
Tensor transpose ()
 
Tensor negative ()
 
void print ()
 
std::pair< int, int > shape ()
 

Public Attributes

int num_dims = 2
 
int m
 
int n
 
std::vector< std::vector< double > > data
 

Constructor & Destructor Documentation

◆ Tensor() [1/3]

nb::Tensor::Tensor ( )

◆ Tensor() [2/3]

nb::Tensor::Tensor ( int  m,
int  n 
)

◆ Tensor() [3/3]

nb::Tensor::Tensor ( int  m,
int  n,
std::vector< std::vector< double >>  vals 
)

Member Function Documentation

◆ negative()

Tensor nb::Tensor::negative ( )

◆ print()

void nb::Tensor::print ( )

◆ shape()

std::pair< int, int > nb::Tensor::shape ( )

◆ transpose()

Tensor nb::Tensor::transpose ( )

Member Data Documentation

◆ data

std::vector<std::vector<double> > nb::Tensor::data

◆ m

int nb::Tensor::m

◆ n

int nb::Tensor::n

◆ num_dims

int nb::Tensor::num_dims = 2

The documentation for this class was generated from the following files: