Docs.rs
diffsol-c-0.4.3
diffsol-c 0.4.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
martinjrobins
Dependencies
diffsl ^0.11.9
normal
diffsol ^0.13.2
normal
dlmalloc ^0.2
normal
nalgebra ^0.34
normal
ndarray ^0.17.2
normal
num-traits ^0.2.17
normal
paste ^1.0.15
normal
schemars ^1.1.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
faer ^0.24
normal
getrandom ^0.2
normal
optional
faer ^0.24
normal
getrandom ^0.2
normal
Versions
56.31%
of the crate is documented
Go to latest version
Platform
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
Skip to main content
ToHostArray
diffsol_
c
0.4.3
ToHost
Array
Required Methods
to_host_array
Implementations on Foreign Types
Col<T>
DMatrix<T>
DVector<T>
Mat<T>
Vec<T>
Vec<V>
Implementors
In diffsol_
c::
host_
array
diffsol_c
::
host_array
Trait
ToHost
Array
Copy item path
Source
pub trait ToHostArray<T> { // Required method fn
to_host_array
(self) ->
HostArray
; }
Required Methods
§
Source
fn
to_host_array
(self) ->
HostArray
Implementations on Foreign Types
§
Source
§
impl<T:
Scalar
+ 'static>
ToHostArray
<T> for
Vec
<T>
Source
§
fn
to_host_array
(self) ->
HostArray
Source
§
impl<T:
Scalar
+
FaerScalar
+ 'static>
ToHostArray
<T> for
Col
<T>
Source
§
fn
to_host_array
(self) ->
HostArray
Source
§
impl<T:
Scalar
+
FaerScalar
+ 'static>
ToHostArray
<T> for
Mat
<T>
Source
§
fn
to_host_array
(self) ->
HostArray
Source
§
impl<T:
Scalar
+
NalgebraScalar
+ 'static>
ToHostArray
<T> for
DMatrix
<T>
Source
§
fn
to_host_array
(self) ->
HostArray
Source
§
impl<T:
Scalar
+
NalgebraScalar
+ 'static>
ToHostArray
<T> for
DVector
<T>
Source
§
fn
to_host_array
(self) ->
HostArray
Source
§
impl<V>
ToHostArray
<
Vec
<V>> for
Vec
<V>
where V:
Vector
, V::
T
:
Scalar
+ 'static,
Source
§
fn
to_host_array
(self) ->
HostArray
Implementors
§