☰
Trait DimMul
Associated Types
Output
Required Methods
mul
Implementors
Other items in
nalgebra
::
base
::
dimension
All crates
?
Trait
nalgebra
::
base
::
dimension
::
DimMul
[
−
]
[src]
pub trait DimMul<D:
Dim
>:
Dim
{ type
Output
:
Dim
; fn
mul
(self, other: D) -> Self::
Output
; }
Associated Types
[src]
type
Output
:
Dim
Required methods
[src]
fn
mul
(self, other: D) -> Self::
Output
Implementors
[src]
impl<D:
Dim
>
DimMul
<D> for
Dynamic
type
Output
=
Dynamic
[src]
impl<D:
DimName
>
DimMul
<
Dynamic
> for D
type
Output
=
Dynamic
[src]
impl<const A:
usize
, const B:
usize
>
DimMul
<
Const
<B>> for
Const
<A>
where
Const
<A>:
ToTypenum
,
Const
<B>:
ToTypenum
,
<
Const
<A> as
ToTypenum
>::
Typenum
:
Mul
<<
Const
<B> as
ToTypenum
>::
Typenum
>,
Prod
<<
Const
<A> as
ToTypenum
>::
Typenum
, <
Const
<B> as
ToTypenum
>::
Typenum
>:
ToConst
,
type
Output
= <
Prod
<<
Const
<A> as
ToTypenum
>::
Typenum
, <
Const
<B> as
ToTypenum
>::
Typenum
> as
ToConst
>::
Const