Skip to content
NuMojo
matrix (init)
Initializing search
NuMojo/NuMojo
Home
Getting Started
User Guide
Developer Guide
Links
API Reference
NuMojo
NuMojo/NuMojo
Home
Getting Started
Getting Started
Quickstart
Installation
NDArray vs Matrix
User Guide
User Guide
Array Creation & Manipulation
Indexing
Linear Algebra
I/O
Developer Guide
Developer Guide
Architecture
Adding Functions
Backend Dispatch
NDArray Structure
Style Guide
Testing
Links
Links
GitHub
Discord
Changelog
Roadmap
Contributing
API Reference
API Reference
Overview
numojo (init)
prelude
Core
Core
Overview
core (init)
error
ndarray
type_aliases
accelerator
accelerator
Overview
accelerator (init)
device
complex
complex
Overview
complex (init)
complex_ndarray
complex_simd
dtype
dtype
Overview
dtype (init)
complex_dtype
default_dtype
utility
indexing
indexing
Overview
indexing (init)
index_buffer
item
offset
slicing
traversal
utility
validation
layout
layout
Overview
layout (init)
array_methods
flags
ndshape
ndstrides
matrix
matrix
Overview
matrix (init)
base
memory
memory
Overview
memory (init)
data_container
dlpack
storage
traits
traits
Overview
traits (init)
backend
buffered
indexer_collection_element
Routines
Routines
Overview
routines (init)
bitwise
constants
creation
functional
indexing
manipulation
random
searching
sorting
io
io
Overview
io (init)
files
formatting
linalg
linalg
Overview
linalg (init)
decompositions
misc
norms
products
solving
logic
logic
Overview
logic (init)
comparison
contents
logical_ops
truth
math
math
Overview
math (init)
arithmetic
differences
exponents
extrema
floating
hyper
misc
products
rounding
sums
trig
statistics
statistics
Overview
statistics (init)
averages
Science
Science
Overview
science (init)
interpolate
signal
numojo.core.matrix.__init__
¶
Matrix (numojo.core.matrix)
2D matrix types and APIs.
Back to top