Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/lazy_tensor.jl @ 1802:b8cb38fd67ff feature/sbp_operators/laplace_curvilinear
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 02 Oct 2024 08:53:01 +0200 |
parents | dfb43fdac9fc |
children |
comparison
equal
deleted
inserted
replaced
1790:602104ac0e41 | 1802:b8cb38fd67ff |
---|---|
1 export LazyTensor | |
2 export apply | |
3 export apply_transpose | |
4 export range_dim, domain_dim | |
5 export range_size, domain_size | |
6 | |
7 """ | 1 """ |
8 LazyTensor{T,R,D} | 2 LazyTensor{T,R,D} |
9 | 3 |
10 Describes a mapping of a `D` dimension tensor to an `R` dimension tensor. | 4 Describes a mapping of a `D` dimension tensor to an `R` dimension tensor. |
11 The action of the mapping is implemented through the method | 5 The action of the mapping is implemented through the method |