comparison src/LazyTensors/lazy_tensor_operations.jl @ 501:4b9d124fe984 feature/outer_product

Fix typo in documentation
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 05 Nov 2020 22:06:10 +0100
parents 7b550c714f3f
children a5caa934b35f fe86ac896377
comparison
equal deleted inserted replaced
500:1c50b5f1b356 501:4b9d124fe984
311 flatten_tuple(ts::Vararg) = flatten_tuple(ts) 311 flatten_tuple(ts::Vararg) = flatten_tuple(ts)
312 312
313 """ 313 """
314 LazyOuterProduct(tms...) 314 LazyOuterProduct(tms...)
315 315
316 Creates a `TensorComposition` for the outerproduct of `tms...`. 316 Creates a `TensorMappingComposition` for the outerproduct of `tms...`.
317 This is done by separating the outer product into regular products of outer products involving only identity mappings and one non-identity mapping. 317 This is done by separating the outer product into regular products of outer products involving only identity mappings and one non-identity mapping.
318 318
319 First let 319 First let
320 ```math 320 ```math
321 A = A_{I,J} 321 A = A_{I,J}