You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: matrix/float32/README.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,18 @@ console.log( ndarray2array( v ) );
255
255
256
256
<sectionclass="related">
257
257
258
+
* * *
259
+
260
+
## See Also
261
+
262
+
- <spanclass="package-name">[`@stdlib/ndarray/matrix/float64`][@stdlib/ndarray/matrix/float64]</span><spanclass="delimiter">: </span><spanclass="description">create a double-precision floating-point matrix (i.e., a two-dimensional ndarray).</span>
263
+
- <spanclass="package-name">[`@stdlib/ndarray/matrix/int32`][@stdlib/ndarray/matrix/int32]</span><spanclass="delimiter">: </span><spanclass="description">create a 32-bit signed integer matrix (i.e., a two-dimensional ndarray).</span>
264
+
- <spanclass="package-name">[`@stdlib/ndarray/matrix/complex128`][@stdlib/ndarray/matrix/complex128]</span><spanclass="delimiter">: </span><spanclass="description">create a double-precision complex floating-point matrix (i.e., a two-dimensional ndarray).</span>
265
+
- <spanclass="package-name">[`@stdlib/ndarray/matrix/complex64`][@stdlib/ndarray/matrix/complex64]</span><spanclass="delimiter">: </span><spanclass="description">create a single-precision complex floating-point matrix (i.e., a two-dimensional ndarray).</span>
266
+
- <spanclass="package-name">[`@stdlib/ndarray/matrix/ctor`][@stdlib/ndarray/matrix/ctor]</span><spanclass="delimiter">: </span><spanclass="description">create a matrix (i.e., a two-dimensional ndarray).</span>
267
+
- <spanclass="package-name">[`@stdlib/ndarray/vector/float32`][@stdlib/ndarray/vector/float32]</span><spanclass="delimiter">: </span><spanclass="description">create a single-precision floating-point vector (i.e., a one-dimensional ndarray).</span>
0 commit comments