Docs.rs
nyx-space-1.0.0
nyx-space 1.0.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
ChristopherRabotin
Dependencies
approx ^0.5
normal
bytes ^1.0
normal
clap ^2
normal
config ^0.11
normal
csv ^1
normal
dialoguer ^0.8
normal
flate2 ^1.0
normal
glob ^0.3
normal
hifitime ^2.3.1
normal
hyperdual ^0.4.2
normal
lazy_static ^1.4.0
normal
log ^0.4
normal
meval ^0.2
normal
nalgebra ^0.27
normal
num ^0.3
normal
pretty_env_logger ^0.4
normal
prost ^0.7
normal
prost-derive ^0.7
normal
rand ^0.8
normal
rand_distr ^0.4
normal
rand_pcg ^0.3
normal
rayon ^1.5
normal
regex ^1.5
normal
rust-embed ^5.9
normal
serde ^1.0
normal
serde_derive ^1.0
normal
toml ^0.5
normal
yaserde ^0.7.0
normal
yaserde_derive ^0.7.0
normal
Versions
57.41%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
Trait DimAdd
Associated Types
Output
Required Methods
add
Implementors
Other items in
nyx_space
::
linalg
?
Trait
nyx_space
::
linalg
::
DimAdd
[
−
]
[src]
pub trait DimAdd<D>:
Dim
where
D:
Dim
,
{ type
Output
:
Dim
; fn
add
(self, other: D) -> Self::
Output
; }
Associated Types
[src]
type
Output
:
Dim
Required methods
[src]
fn
add
(self, other: D) -> Self::
Output
Implementors
[src]
impl<D>
DimAdd
<
Dynamic
> for D
where
D:
DimName
,
type
Output
=
Dynamic
[src]
impl<D>
DimAdd
<D> for
Dynamic
where
D:
Dim
,
type
Output
=
Dynamic
[src]
impl<const A:
usize
, const B:
usize
>
DimAdd
<
Const
<B>> for
Const
<A>
where
Const
<A>:
ToTypenum
,
Const
<B>:
ToTypenum
,
<
Const
<A> as
ToTypenum
>::
Typenum
:
Add
<<
Const
<B> as
ToTypenum
>::
Typenum
>,
<<
Const
<A> as
ToTypenum
>::
Typenum
as
Add
<<
Const
<B> as
ToTypenum
>::
Typenum
>>::
Output
:
ToConst
,
type
Output
= <<<
Const
<A> as
ToTypenum
>::
Typenum
as
Add
<<
Const
<B> as
ToTypenum
>::
Typenum
>>::
Output
as
ToConst
>::
Const