Docs.rs
spatial-math-0.4.0-beta.1
spatial-math 0.4.0-beta.1
Docs.rs crate page
Links
crates.io
Source
Owners
graviton-rs
Dependencies
approx ^0.5.1
normal
optional
nalgebra ^0.32.4
normal
serde ^1.0.203
normal
optional
approx ^0.5.1
dev
Versions
51.32%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
SquareMatrixExt
spatial_
math
0.4.0-beta.1
Square
Matrix
Ext
Required Methods
is_positive_definite
Implementations on Foreign Types
Matrix<Real, R, R, S>
Implementors
In spatial_
math::
exts
spatial_math
::
exts
Trait
Square
Matrix
Ext
Copy item path
Source
pub trait SquareMatrixExt { // Required method fn
is_positive_definite
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_positive_definite
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl<R, S>
SquareMatrixExt
for
Matrix
<
Real
, R, R, S>
where R:
Dim
, S:
RawStorage
<
Real
, R, R>,
Source
§
fn
is_positive_definite
(&self) ->
bool
Implementors
§