Struct openalgebra::vector::Vector [] [src]

pub struct Vector { /* fields omitted */ }

Methods

impl Vector
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Display for Vector
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a Vector> for Vector
[src]

[src]

Performs the conversion.

impl From<Array> for Vector
[src]

[src]

Performs the conversion.

impl From<f64> for Vector
[src]

[src]

Performs the conversion.

impl<'a> From<&'a f64> for Vector
[src]

[src]

Performs the conversion.

impl IntoIterator for Vector
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'a> IntoIterator for &'a Vector
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl PartialEq for Vector
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Vector
[src]

impl<'a> Add<&'a Vector> for &'a Vector
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Add<Vector> for Vector
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<'a> Sub<&'a Vector> for &'a Vector
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Sub<Vector> for Vector
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<'a> Div<&'a Vector> for &'a Vector
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<Vector> for Vector
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<'a> Mul<&'a Vector> for &'a Vector
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<Vector> for Vector
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<'a> Rem<&'a Vector> for &'a Vector
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Rem<Vector> for Vector
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl AddAssign<Vector> for Vector
[src]

[src]

Performs the += operation.

impl SubAssign<Vector> for Vector
[src]

[src]

Performs the -= operation.

impl DivAssign<Vector> for Vector
[src]

[src]

Performs the /= operation.

impl MulAssign<Vector> for Vector
[src]

[src]

Performs the *= operation.

impl RemAssign<Vector> for Vector
[src]

[src]

Performs the %= operation.

impl<'a> Add<&'a f64> for &'a Vector
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Add<f64> for Vector
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<'a> Sub<&'a f64> for &'a Vector
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Sub<f64> for Vector
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<'a> Div<&'a f64> for &'a Vector
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Div<f64> for Vector
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<'a> Mul<&'a f64> for &'a Vector
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<f64> for Vector
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<'a> Rem<&'a f64> for &'a Vector
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Rem<f64> for Vector
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl AddAssign<f64> for Vector
[src]

[src]

Performs the += operation.

impl SubAssign<f64> for Vector
[src]

[src]

Performs the -= operation.

impl DivAssign<f64> for Vector
[src]

[src]

Performs the /= operation.

impl MulAssign<f64> for Vector
[src]

[src]

Performs the *= operation.

impl RemAssign<f64> for Vector
[src]

[src]

Performs the %= operation.

impl Neg for Vector
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

impl Clone for Vector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more