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.Curves Namespace
  • FunctionBasis Class
  • Methods
  • FillValues Overloads
  • FillValues Method (Vector, GeneralMatrix)
Collapse imageExpand ImageCopy imageCopyHover image
       




FunctionBasis..::..FillValues Method (Vector, GeneralMatrix)

FunctionBasis Class  See Also 
Fills the rows of a GeneralMatrix with the values of the member functions of a FunctionBasis evaluated for each element in a Vector.

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

Syntax

C#
public void FillValues(
	Vector xValues,
	GeneralMatrix values
)
Visual Basic (Declaration)
Public Sub FillValues ( _
	xValues As Vector, _
	values As GeneralMatrix _
)
Visual C++
public:
void FillValues(
	Vector^ xValues, 
	GeneralMatrix^ values
)
F#
member FillValues : 
        xValues:Vector * 
        values:GeneralMatrix -> unit 

Parameters

xValues
Type: Extreme.Mathematics..::.Vector
A Vector containing the values at which to evaluate the member functions.
values
Type: Extreme.Mathematics.LinearAlgebra..::.GeneralMatrix
A GeneralMatrix with number of columns greater than or equal to the number of functions in this FunctionBasis, and number of rows greater than or equal to the number of elements in xValues.

Exceptions

ExceptionCondition
System..::.ArgumentNullException xValues is nullNothingnullptra null reference (Nothing in Visual Basic).

-or-

values is nullNothingnullptra null reference (Nothing in Visual Basic).

Extreme.Mathematics..::.DimensionMismatchExceptionThe number of columns of values is not equal to the number of member functions in this FunctionBasis
-or-
the number of rows of values does not equal the number of elements in values.

See Also

FunctionBasis Class
FillValues Overload
Extreme.Mathematics.Curves 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.