Module core

Module core 

Source

Re-exports§

pub use dynamic::EigResult;
pub use dynamic::EighResult;
pub use dynamic::LstsqResult;
pub use dynamic::LuResult;
pub use dynamic::QrResult;
pub use dynamic::SlogdetResult;
pub use dynamic::SvdResult;
pub use dynamic::Tensor;

Modules§

dynamic

Structs§

CholeskyExResult
Structured Cholesky result with numerical status information.
InvExResult
Structured inverse result with numerical status information.
LuFactorExResult
Packed LU factorization result with numerical status information.
LuFactorResult
Packed LU factorization result.
NodeId
Stable identifier of an AD graph node.
SolveExResult
Structured solve result with numerical status information.

Enums§

DynTensor
Runtime tensor wrapper for a fixed supported dtype set.
ScalarType
Runtime scalar type tag used by dynamic tensor wrappers.