This commit is contained in:
2020-01-23 23:13:36 -08:00
parent dcc0df955e
commit 2bc9ebdc6b
31829 changed files with 1229378 additions and 17 deletions

View File

@@ -0,0 +1 @@
initSidebarItems({"trait":[["ContiguousStorage","A matrix storage that is stored contiguously in memory."],["ContiguousStorageMut","A mutable matrix storage that is stored contiguously in memory."],["Storage","The trait shared by all matrix data storage."],["StorageMut","Trait implemented by matrix data storage that can provide a mutable access to its elements."]],"type":[["CStride","The column-stride of the owned data storage for a buffer of dimension `(R, C)`."],["Owned","The owned data storage that can be allocated from `S`."],["RStride","The row-stride of the owned data storage for a buffer of dimension `(R, C)`."],["SameShapeStorage","The data storage for the sum of two matrices with dimensions `(R1, C1)` and `(R2, C2)`."]]});