DWSIM Class Library Documentation
C#VB
    Show/Hide TOC
    • Loading...

    Vector Class

    Definition

    Namespace: DotNumerics.LinearAlgebra
    Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
    C#Request Example
    public class Vector
    VBRequest Example
    Public Class Vector
    Inheritance
    Object    Vector

    Constructors

    Vector(Double) 
    Vector(Int32) 
    Vector(VectorType, Double) 
    Vector(VectorType, Int32) 

    Properties

    Item 
    Length 
    Type 

    Methods

    Add(Double) 
    Add(Vector) 
    AddInplace(Double) 
    AddInplace(Vector) 
    Clone 
    DotProduct(Vector) 
    DotProduct(Vector, Vector) 
    Multiply 
    MultiplyInplace 
    Norm 
    Norm1 
    Normalize 
    NormInf 
    NormP 
    Subtract(Double) 
    Subtract(Vector) 
    SubtractInplace(Double) 
    SubtractInplace(Vector) 
    ToArray 
    Transpose 
    UnaryMinus 
    UnaryMinusInplace 
    VectorToString 

    Operators

    Addition(Vector, Vector) 
    (Vector to Matrix) 
    Multiply(BaseMatrix, Vector) 
    Multiply(Double, Vector) 
    Multiply(Vector, Double) 
    Subtraction(Vector, Vector) 
    UnaryNegation(Vector) 

    Fields

    _Data 
    _Type 

    Extension Methods

    GetEnumNames
    (Defined by General)
    IsValidDouble
    (Defined by General)

    See Also

    Reference

    DotNumerics.LinearAlgebra Namespace

    In This Article

    • Definition
    • Constructors
    • Properties
    • Methods
    • Operators
    • Fields
    • Extension Methods
    • See Also

    DWSIM is open-source software, released under the GPL v3 license. (c) 2008-2026 Daniel Medeiros and contributors

    Send comments on this topic to Daniel Medeiros