Docs.rs
hyperdual-1.1.0
hyperdual 1.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ChristopherRabotin
Dependencies
nalgebra ^0.31
normal
num-traits ^0.2
normal
Versions
51.61%
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
☰
DimAdd
Required Associated Types
Output
Required Methods
add
Implementors
In hyperdual
?
Trait
hyperdual
::
DimAdd
source
·
[
−
]
pub trait DimAdd<D>:
Dim
where
D:
Dim
,
{ type
Output
:
Dim
; fn
add
(self, other: D) -> Self::
Output
; }
Required Associated Types
source
type
Output
:
Dim
Required Methods
source
fn
add
(self, other: D) -> Self::
Output
Implementors
source
impl<D>
DimAdd
<
Dynamic
> for D
where
D:
DimName
,
type
Output
=
Dynamic
source
impl<D>
DimAdd
<D> for
Dynamic
where
D:
Dim
,
type
Output
=
Dynamic
source
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