Nabla  1.0
Nabla - a DSL for Automatic differentiation
Classes | Namespaces | Functions
Tensor.h File Reference
#include <vector>
#include <utility>
#include <iostream>
#include <set>
#include <map>
Include dependency graph for Tensor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nb::Tensor
 

Namespaces

 nb
 

Functions

Tensor nb::matmul (Tensor a, Tensor b)
 
Tensor nb::add (Tensor a, Tensor b)
 
Tensor nb::mul (double a, Tensor b)
 
Tensor nb::mul (Tensor a, Tensor b)
 
double nb::full_sum (Tensor a)