diff 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
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl	Thu Nov 05 15:37:53 2020 +0100
+++ b/src/LazyTensors/lazy_tensor_operations.jl	Thu Nov 05 22:06:10 2020 +0100
@@ -313,7 +313,7 @@
 """
    LazyOuterProduct(tms...)
 
-Creates a `TensorComposition` for the outerproduct of `tms...`.
+Creates a `TensorMappingComposition` for the outerproduct of `tms...`.
 This is done by separating the outer product into regular products of outer products involving only identity mappings and one non-identity mapping.
 
 First let