Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
  • Documentation
  • Reference
  • Extreme.Mathematics.LinearAlgebra Namespace
  • ConstantVector Class
    • Members
    • ConstantVector Constructor
    • Methods
    • Properties
Collapse imageExpand ImageCopy imageCopyHover image
       




ConstantVector Class

Members  See Also 
Represents a vector whose components are all the same.

Namespace:  Extreme.Mathematics.LinearAlgebra
Assembly:  Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)

Syntax

C#
[SerializableAttribute]
public sealed class ConstantVector : Vector
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class ConstantVector _
	Inherits Vector
Visual C++
[SerializableAttribute]
public ref class ConstantVector sealed : public Vector
F#
[<SealedAttribute>]
[<SerializableAttribute>]
type ConstantVector =  
    class
        inherit Vector
    end

Remarks

The ConstantVector class represents a Vector whose components all have the same, constant value. They are used primarily as views on structured matrices, where the structure of the matrix dictates that certain elements be zero or one.

The components of a ConstantVector cannot be modified. Attempting to do so causes an exception of type ComponentReadOnlyException.

Inheritance Hierarchy

System..::.Object
  Extreme.Mathematics..::.Vector
    Extreme.Mathematics.LinearAlgebra..::.ConstantVector

See Also

ConstantVector Members
Extreme.Mathematics.LinearAlgebra Namespace

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.