Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries 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
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Blog
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Configuration
Using Parallelism
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 Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference
  • Extreme Optimization
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Deployment Guide
    • Configuration
    • Using Parallelism
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Data Access Library User's Guide
    • Reference
  • Reference
    • Extreme
    • Extreme.Collections
    • Extreme.Data
    • Extreme.Data.Json
    • Extreme.Data.Matlab
    • Extreme.Data.R
    • Extreme.Data.Stata
    • Extreme.Data.Text
    • Extreme.DataAnalysis
    • Extreme.DataAnalysis.Linq
    • Extreme.Mathematics
    • Extreme.Mathematics.Algorithms
    • Extreme.Mathematics.Calculus
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
    • Extreme.Mathematics.Curves
    • Extreme.Mathematics.Curves.Nonlinear
    • Extreme.Mathematics.Distributed
    • Extreme.Mathematics.Distributed.Cuda
    • Extreme.Mathematics.EquationSolvers
    • Extreme.Mathematics.FSharp
    • Extreme.Mathematics.Generic
    • Extreme.Mathematics.Generic.LinearAlgebra
    • Extreme.Mathematics.Generic.LinearAlgebra.Implementation
    • Extreme.Mathematics.Generic.LinearAlgebra.Providers
    • Extreme.Mathematics.Generic.SignalProcessing
    • Extreme.Mathematics.Implementation
    • Extreme.Mathematics.LinearAlgebra
    • Extreme.Mathematics.LinearAlgebra.Complex
    • Extreme.Mathematics.LinearAlgebra.Complex.Decompositions
    • Extreme.Mathematics.LinearAlgebra.Implementation
    • Extreme.Mathematics.LinearAlgebra.IO
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
    • Extreme.Mathematics.LinearAlgebra.Providers
    • Extreme.Mathematics.LinearAlgebra.Sparse
    • Extreme.Mathematics.Optimization
    • Extreme.Mathematics.Optimization.Genetic
    • Extreme.Mathematics.Optimization.LineSearches
    • Extreme.Mathematics.Random
    • Extreme.Mathematics.SignalProcessing
    • Extreme.Numerics.FSharp
    • Extreme.Statistics
    • Extreme.Statistics.Distributions
    • Extreme.Statistics.IO
    • Extreme.Statistics.Linq
    • Extreme.Statistics.Multivariate
    • Extreme.Statistics.Random
    • Extreme.Statistics.Tests
    • Extreme.Statistics.TimeSeriesAnalysis
  • Extreme.Mathematics.Generic.SignalProcessing
    • ComplexConjugateSignalMatrix(T) Class
    • ComplexConjugateSignalVector(TComplex) Class
    • Fft(T) Class
    • Fft2D(T) Class
    • FftProvider(T) Class
  • ComplexConjugateSignalVector(TComplex) Class
    • ComplexConjugateSignalVector(TComplex) Constructor
    • ComplexConjugateSignalVector(TComplex) Properties
    • Methods
  • Methods
    • ElementwiseMultiplyInPlace Method
    • GetValue Method Overloads
    • IsElementWritable Method
    • MapInPlace Method Overloads
    • MultiplyInPlace Method Overloads
    • SetValue Method Overloads
    • TryEnsureWritable Method Overloads
ComplexConjugateSignalVectorTComplex MethodsExtreme Optimization Numerical Libraries for .NET Professional

The ComplexConjugateSignalVectorTComplex generic type exposes the following members.

Methods

  NameDescription
Public methodAbsInPlace
Computes the absolute values of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodAbsoluteMaxIndex
Returns the index of the element in this vector that has the largest absolute value.
(Inherited from VectorT.)
Public methodAbsoluteMinIndex
Returns the index of the element in this vector that has the smallest absolute value.
(Inherited from VectorT.)
Public methodAcoshInPlace
Computes the inverse hyperbolic cosine of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodAcosInPlace
Computes the inverse cosine of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodAdd(VectorT) Obsolete.
Adds another vector to this vector.
(Inherited from VectorT.)
Public methodAdd(LinearOperatorT, VectorT) Obsolete.
Adds the product of a matrix and a VectorT to this VectorT.
(Inherited from VectorT.)
Public methodAdd(T, LinearOperatorT, VectorT) Obsolete.
Adds the scaled product of a matrix and a VectorT to this VectorT.
(Inherited from VectorT.)
Public methodAddInPlace(T)
Adds a constant to a vector.
(Inherited from VectorT.)
Public methodAddInPlace(VectorT)
Adds another vector to this vector in-place.
(Inherited from VectorT.)
Public methodAddProductInPlace(LinearOperatorT, VectorT)
Adds the product of a matrix and a VectorT to this VectorT.
(Inherited from VectorT.)
Public methodAddProductInPlace(LinearOperatorT, TransposeOperation, VectorT)
Adds the product of a matrix and a VectorT to this VectorT.
(Inherited from VectorT.)
Public methodAddScaledInPlace
Adds a scaled vector to this vector.
(Inherited from VectorT.)
Public methodAddScaledProductInPlace(T, LinearOperatorT, VectorT)
Adds the scaled product of a matrix and a VectorT to this VectorT.
(Inherited from VectorT.)
Public methodAddScaledProductInPlace(T, LinearOperatorT, TransposeOperation, VectorT, VectorT)
Adds the scaled product of a matrix and a vector in-place to a vector.
(Inherited from VectorT.)
Public methodAggregateByU(IGrouping, AggregatorT, U)
Aggregates the vector according to the specified grouping.
(Inherited from VectorT.)
Public methodAggregateByU(IGrouping, AggregatorGroupU)
Returns a new vector that aggregates the columns according to the specified grouping.
(Inherited from VectorT.)
Public methodAggregateByU(IPivot, AggregatorGroupU)
Returns a new matrix that aggregates the elements according to the specified pivot grouping.
(Inherited from VectorT.)
Public methodAggregateByR1, U(IListR1, AggregatorGroupU)
Returns a new vector that aggregates the vector elements grouped by the specified vector.
(Inherited from VectorT.)
Public methodApply(FuncT, T) Obsolete.
Applies a function to the elements of a vector.
(Inherited from VectorT.)
Public methodAsCategorical
Returns a categorical vector containing the same data as this vector.
(Inherited from VectorT.)
Public methodAsDenseVector
Returns this vector as a dense vector.
(Inherited from VectorT.)
Public methodAsIndex
Converts a vector to an index.
(Inherited from VectorT.)
Public methodAsinhInPlace
Computes the inverse hyperbolic sine of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodAsinInPlace
Computes the inverse sine of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodAtanhInPlace
Computes the inverse hyperbolic tangent of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodAtanInPlace
Computes the inverse tangent of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodByK
Enables accessing elements of an indexed vector using strongly typed indexes.
(Inherited from VectorT.)
Public methodCastU
Casts the elements of the vector to the specified type.
(Inherited from VectorT.)
Public methodCastIntoU
Casts the elements of the vector to the specified type.
(Inherited from VectorT.)
Public methodCeilingInPlace
Computes the smallest integers greater than the elements of a vector in-place.
(Inherited from VectorT.)
Public methodClone
Makes a copy of this vector.
(Inherited from VectorT.)
Public methodClone(CloningMethod)
Makes a copy of this vector using the specified method.
(Inherited from VectorT.)
Public methodCloneData
If possible, gives this instance its own copy of its elements.
(Inherited from VectorT.)
Public methodComponentwiseDivide(VectorT) Obsolete.
Divides the elements of this instance by the corresponding elements of another vector.
(Inherited from VectorT.)
Public methodComponentwiseMultiply(VectorT) Obsolete.
Multiplies the elements of this instance by the corresponding elements of another vector.
(Inherited from VectorT.)
Public methodConjugate
Conjugates the elements of a vector and returns the result.
(Inherited from VectorT.)
Public methodConjugateDotProduct
Returns the dot product of this vector with another vector.
(Inherited from VectorT.)
Public methodConjugateInPlace
Conjugates all elements of a vector in-place.
(Inherited from VectorT.)
Public methodCopyTo(T)
Copies the elements of this vector to an array.
(Inherited from VectorT.)
Public methodCopyTo(IVector)
Copies the elements of this vector to an untyped vector.
(Inherited from VectorT.)
Public methodCopyTo(VectorT)
Copies the elements of this vector to another vector.
(Inherited from VectorT.)
Public methodCopyTo(T, Int32)
Copies the elements of this vector to an array.
(Inherited from VectorT.)
Public methodCopyTo(VectorT, Int32)
Copies the elements of this vector to another vector starting at the specified position.
(Inherited from VectorT.)
Public methodCopyToOrClone
Copies the elements of this vector to another vector, if it exists; otherwise clones the vector using the specified method.
(Inherited from VectorT.)
Public methodCoshInPlace
Computes the hyperbolic cosine of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodCosInPlace
Computes the cosine of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodCumulativeProduct
Gets the product of the elements of the vector.
(Inherited from VectorT.)
Public methodCumulativeProductInPlace
Gets the product of the elements of the vector.
(Inherited from VectorT.)
Public methodCumulativeProductInto
Gets the product of the elements of the vector.
(Inherited from VectorT.)
Public methodCumulativeSum
Gets the sum of the elements of the vector.
(Inherited from VectorT.)
Public methodCumulativeSumInPlace
Gets the sum of the elements of the vector.
(Inherited from VectorT.)
Public methodCumulativeSumInto
Gets the cumulative sum of the elements of the vector.
(Inherited from VectorT.)
Public methodDispose
Releases unmanaged resources.
(Inherited from VectorT.)
Public methodDivideInPlace
Divides a vector in-place by a constant.
(Inherited from VectorT.)
Public methodDotProduct(VectorT)
Returns the dot product of this vector with another vector.
(Inherited from VectorT.)
Public methodElementwiseDivideInPlace
Divides this vector in-place elementwise by another vector.
(Inherited from VectorT.)
Public methodElementwiseMultiplyInPlace
Multiplies the components of this instance by the corresponding components of another vector.
(Overrides VectorTElementwiseMultiplyInPlace(VectorT).)
Public methodElementwisePowInPlace(Int32)
Raises the elements of a vector in-place to a constant power.
(Inherited from VectorT.)
Public methodElementwisePowInPlace(VectorT)
Raises this vector in-place elementwise by another vector.
(Inherited from VectorT.)
Public methodEnsureWritable
Ensures that every element in the vector can be written to.
(Inherited from VectorT.)
Public methodEnsureWritable(Int32)
Ensures that the element at the specified index in the vector can be written to.
(Inherited from VectorT.)
Public methodEnsureWritable(Range)
Ensures that the element at the specified index in the vector can be written to.
(Inherited from VectorT.)
Public methodEnsureWritable(Int32, Int32)
Ensures that the element at the specified index in the vector can be written to.
(Inherited from VectorT.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current VectorT.
(Inherited from VectorT.)
Public methodEquals(VectorT)
Determines whether the specified VectorT is equal to the current VectorT.
(Inherited from VectorT.)
Public methodEquals(Object, IEqualityComparer)
Returns whether an object is structurally equal to this instance.
(Inherited from VectorT.)
Public methodExpInPlace
Computes the exponential of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodFillMissingValues(T)
Replaces all missing values in the vector with the specified value.
(Inherited from VectorT.)
Public methodFillMissingValues(Direction, Int32)
Replaces all missing values in a vector with the specified value.
(Inherited from VectorT.)
Public methodFillMissingValuesInPlace(T)
Replaces all missing values in the vector with the specified value in-place.
(Inherited from VectorT.)
Public methodFillMissingValuesInPlace(Direction, Int32)
Replaces all missing values in a vector with the specified value in-place.
(Inherited from VectorT.)
Public methodFillMissingValuesInto(T, VectorT)
Replaces all missing values in a vector with the specified value.
(Inherited from VectorT.)
Public methodFillMissingValuesInto(Direction, VectorT, Int32)
Replaces all missing values in a vector with the previous or next non-missing value.
(Inherited from VectorT.)
Public methodFind
Enumerates the indexes that match a condition.
(Inherited from VectorT.)
Public methodFloorInPlace
Computes the largest integers smaller than the elements of a vector in-place.
(Inherited from VectorT.)
Public methodGetK(K)
Gets the value with the specified key.
(Inherited from VectorT.)
Public methodGetK1, K2(K1, K2)
Gets the value at the specified key.
(Inherited from VectorT.)
Public methodGetEnumerator
Returns a IEnumeratorT of Double for this VectorT.
(Inherited from VectorT.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from VectorT.)
Public methodGetHashCode(IEqualityComparer)
Returns a hash code for this instance.
(Inherited from VectorT.)
Public methodGetNearestK
Gets the value nearest to the specified key.
(Inherited from VectorT.)
Public methodGetNearestValuesK
Returns a vector containing the items nearest to the specified key values.
(Inherited from VectorT.)
Public methodGetObjectData
Populates a SerializationInfo with the values needed to serialize the target object.
(Inherited from VectorT.)
Public methodGetProduct Obsolete.
Gets the product of the elements of the vector.
(Inherited from VectorT.)
Public methodGetSubvector(Range)
Returns a vector whose elements are a subset of the elements of this instance
(Inherited from VectorT.)
Public methodGetSubvector(Int32, Int32)
Returns a vector whose elements are a subset of the elements of this instance
(Inherited from VectorT.)
Public methodGetSubvector(Range, Intent)
Returns a vector whose elements are a subset of the elements of this instance
(Inherited from VectorT.)
Public methodGetSubvector(Int32, Int32, Int32)
Returns a vector whose elements are a subset of the elements of this instance
(Inherited from VectorT.)
Public methodGetSubvector(Int32, Int32, Int32, Intent)
Returns a vector whose elements are a subset of the elements of this instance
(Inherited from VectorT.)
Public methodGetSum Obsolete.
Gets the sum of the elements of the vector.
(Inherited from VectorT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(Int32)
Gets the vector element at the specified position.
(Inherited from VectorT.)
Public methodGetValue(Int32)
Gets the vector component at the specified position.
(Overrides VectorTGetValue(Int32).)
Public methodGetValues(Int32, Boolean)
Returns a new vector that contains the elements of the vector with the specified indexes.
(Inherited from VectorT.)
Public methodGetValuesK(IEnumerableK)
Returns a vector containing the items at the specified key values.
(Inherited from VectorT.)
Public methodGroupBy
Constructs a vector of vectors grouped on all but the last level of the index.
(Inherited from VectorT.)
Public methodIsComponentWritable Obsolete.
Gets a value indicating whether the value of the element at the specified index can be changed.
(Inherited from VectorT.)
Public methodIsElementWritable
Gets a value indicating whether the value of the component at the specified index can be changed.
(Overrides VectorTIsElementWritable(Int32).)
Public methodIsMissing
Returns whether the value at the specified index is missing.
(Inherited from VectorT.)
Public methodLog10InPlace
Computes the logarithm of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodLogInPlace
Computes the logarithm of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodLogInPlace(T)
Computes the logarithm of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodMapU(FuncT, U)
Applies a function to the elements of a vector and returns the result.
(Inherited from VectorT.)
Public methodMapInPlace(FuncTComplex, TComplex)
Applies a function to the elements of a complex vector.
(Overrides VectorTMapInPlace(FuncT, T).)
Public methodMapInPlaceU(FuncT, U, T, VectorU)
Applies a function to the elements of a vector.
(Inherited from VectorT.)
Public methodMapIntoU(FuncT, U, VectorU)
Applies a function to the elements of a vector.
(Inherited from VectorT.)
Public methodMax
Returns the value of the largest element in this vector.
(Inherited from VectorT.)
Public methodMax(Int32)
Returns the value of the largest element in this vector.
(Inherited from VectorT.)
Public methodMaxIndex
Returns the index of the largest element in this vector.
(Inherited from VectorT.)
Public methodMaxInPlace
Returns a vector whose elements are the maximum of the components of a vector and a real number.
(Inherited from VectorT.)
Public methodMin
Returns the value of the smallest element in this vector.
(Inherited from VectorT.)
Public methodMin(Int32)
Returns the value of the smallest element in this vector.
(Inherited from VectorT.)
Public methodMinIndex
Returns the index of the smallest element in this vector.
(Inherited from VectorT.)
Public methodMinInPlace
Returns a vector whose elements are the minimum of the components of a vector and a real number.
(Inherited from VectorT.)
Public methodMultiply(T) Obsolete.
Multiplies a vector by a given factor.
(Inherited from VectorT.)
Public methodMultiply(MatrixT) Obsolete.
Adds the scaled product of a matrix and a VectorT to this VectorT.
(Inherited from VectorT.)
Public methodMultiply(MatrixT, MatrixOperationSide) Obsolete.
Multiplies a VectorT by a MatrixT.
(Inherited from VectorT.)
Public methodMultiplyInPlace(TComplex)
Multiplies a vector by a given factor.
(Overrides VectorTMultiplyInPlace(T).)
Public methodMultiplyInPlace(MatrixT, MatrixOperationSide)
Multiplies a VectorT by a MatrixT.
(Inherited from VectorT.)
Public methodNegateInPlace
Negates a vector in-place.
(Inherited from VectorT.)
Public methodNorm
Returns the two-norm of the vector.
(Inherited from VectorT.)
Public methodNorm(Int32)
Returns the norm of the specified order of this vector.
(Inherited from VectorT.)
Public methodNormalize
Scales the vector to make its two-norm equal to one.
(Inherited from VectorT.)
Public methodNormSquared
Returns the square of the two-norm of this vector.
(Inherited from VectorT.)
Public methodOneNorm
Returns the one-norm of this vector.
(Inherited from VectorT.)
Public methodPermute(Permutation)
Permutes a vector.
(Inherited from VectorT.)
Public methodPermute(Permutation, Boolean)
Permutes a vector.
(Inherited from VectorT.)
Public methodProduct
Gets the product of the elements of the vector.
(Inherited from VectorT.)
Public methodReciprocalInPlace
Computes the inverses (reciprocals) of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodReindexK
Returns a new vector that contains the values corresponding to the specified keys.
(Inherited from VectorT.)
Public methodRemoveMissingValues
Removes all the missing values from a vector and returns the result.
(Inherited from VectorT.)
Public methodReplaceValue
Replaces every occurrence of a value with a new value.
(Inherited from VectorT.)
Public methodReplaceValueInPlace
Replaces every occurrence of a value with a new value.
(Inherited from VectorT.)
Public methodReplaceValueInto
Replaces every occurrence of a value with a new value.
(Inherited from VectorT.)
Public methodResampleR, U (Inherited from VectorT.)
Public methodReshape
Returns a matrix that contains the vector elements columnwise.
(Inherited from VectorT.)
Public methodSetMissing
Declares that the value at the specified index is missing.
(Inherited from VectorT.)
Public methodSetToZero
Sets all the elements of the vector to 0.
(Inherited from VectorT.)
Public methodSetValue(T)
Sets all the elements of the vector to the specified value.
(Inherited from VectorT.)
Public methodSetValue(T, Int32)
Sets the vector element at the specified position to the specified value.
(Inherited from VectorT.)
Public methodSetValue(TComplex, Int32)
Sets the vector component at the specified position to the specified value.
(Overrides VectorTSetValue(T, Int32).)
Public methodShallowCopy
Makes a shallow copy of this vector.
(Inherited from VectorT.)
Public methodSinhInPlace
Computes the hyperbolic sine of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodSinInPlace
Computes the sine of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodSort Obsolete.
Sorts the vector in ascending order.
(Inherited from VectorT.)
Public methodSort(SortOrder) Obsolete.
Sorts the vector in the specified order.
(Inherited from VectorT.)
Public methodSortInPlace
Sorts the vector in ascending order.
(Inherited from VectorT.)
Public methodSortInPlace(SortOrder)
Sorts the vector in the specified order.
(Inherited from VectorT.)
Public methodSortInPlace(SortOrder, Permutation)
Sorts the vector in the specified order.
(Inherited from VectorT.)
Public methodSqrtInPlace
Computes the square root of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodSubtract(VectorT) Obsolete.
Subtracts another vector from this vector.
(Inherited from VectorT.)
Public methodSubtract(MatrixT, VectorT) Obsolete.
Subtracts the product of a matrix and a VectorT from this VectorT.
(Inherited from VectorT.)
Public methodSubtractInPlace(T)
Subtracts a constant value from the elements of this vector in-place.
(Inherited from VectorT.)
Public methodSubtractInPlace(VectorT)
Subtracts another vector from this vector in-place.
(Inherited from VectorT.)
Public methodSubtractProduct Obsolete.
Subtracts the product of a matrix and a VectorT from this VectorT.
(Inherited from VectorT.)
Public methodSubtractProductInPlace
Subtracts the product of a matrix and a VectorT from this VectorT.
(Inherited from VectorT.)
Public methodSum
Gets the sum of the elements of the vector.
(Inherited from VectorT.)
Public methodSummarize
Returns a summary of the contents of the matrix using the default summary options.
(Inherited from VectorT.)
Public methodSummarize(SummaryOptions)
Returns a summary of the contents of the matrix using the specified options.
(Inherited from VectorT.)
Public methodSwapElements
Exchanges two elements of the vector.
(Inherited from VectorT.)
Public methodTanhInPlace
Computes the hyperbolic tangent of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodTanInPlace
Computes the tangent of the elements of a vector in-place.
(Inherited from VectorT.)
Public methodToArray
Gets the elements of the vector.
(Inherited from VectorT.)
Public methodToColumnMatrix
Creates a matrix with the vector as its only column..
(Inherited from VectorT.)
Public methodToDenseVector
Makes a copy of this instance and returns it as a dense vector.
(Inherited from VectorT.)
Public methodToRowMatrix
Creates a matrix with the vector as its only column..
(Inherited from VectorT.)
Public methodToSparseVector
Creates a copy of the vector as a SparseVectorT.
(Inherited from VectorT.)
Public methodToString
Returns a String representation of this VectorT.
(Inherited from VectorT.)
Public methodToString(String)
Converts the numeric value of this vector instance to its equivalent string representation, using the specified format.
(Inherited from VectorT.)
Public methodToString(String, IFormatProvider)
Returns a String representation of this vector.
(Inherited from VectorT.)
Public methodTryCastU
Attempts to convert the elements of the vector to the specified type.
(Inherited from VectorT.)
Public methodTryEnsureWritable
Ensures that every element in the vector can be written to.
(Overrides VectorTTryEnsureWritable.)
Public methodTryEnsureWritable(Int32)
Ensures that the element at the specified index in the vector can be written to.
(Overrides VectorTTryEnsureWritable(Int32).)
Public methodTryEnsureWritable(Int32, Int32)
Ensures that the element at the specified index in the vector can be written to.
(Overrides VectorTTryEnsureWritable(Int32, Int32).)
Public methodTryGetK
Attempts to get the value with the specified key.
(Inherited from VectorT.)
Public methodUnstackR1, R2, R3 (Inherited from VectorT.)
Public methodWeightedNorm
Returns the weighted two-norm of the vector.
(Inherited from VectorT.)
Public methodWindowU
Returns a new vector that aggregates the values in a sliding window of the specified size.
(Inherited from VectorT.)
Top
Extension Methods

  NameDescription
Public Extension MethodAbsoluteMaxTComplexOverloaded.
Returns the value of the element in this vector that has the largest absolute value.
(Defined by VectorExtensions.)
Public Extension MethodAbsoluteMaxTComplex(Int32)Overloaded.
Returns the value of the element in this vector that has the largest absolute value.
(Defined by VectorExtensions.)
Public Extension MethodAbsoluteMinTComplexOverloaded.
Returns the value of the element in this vector that has the smallest absolute value.
(Defined by VectorExtensions.)
Public Extension MethodAbsoluteMinTComplex(Int32)Overloaded.
Returns the value of the element in this vector that has the smallest absolute value.
(Defined by VectorExtensions.)
Public Extension MethodAggregateTComplex(FuncTComplex, TComplex, TComplex)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodAggregateTComplex, TAccumulate(TAccumulate, FuncTAccumulate, TComplex, TAccumulate)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodAggregateTComplex, TAccumulate, TResult(TAccumulate, FuncTAccumulate, TComplex, TAccumulate, FuncTAccumulate, TResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodConcatTComplex (Defined by LinqExtensions.)
Public Extension MethodGroupByTComplex, TKey(FuncTComplex, TKey)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodGroupByTComplex, TKey(FuncTComplex, TKey, IEqualityComparerTKey)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodGroupByTComplex, TKey, TElement(FuncTComplex, TKey, FuncTComplex, TElement)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodGroupByTComplex, TKey, TResult(FuncTComplex, TKey, FuncTKey, IEnumerableTComplex, TResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodGroupByTComplex, TKey, TElement(FuncTComplex, TKey, FuncTComplex, TElement, IEqualityComparerTKey)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodGroupByTComplex, TKey, TResult(FuncTComplex, TKey, FuncTKey, IEnumerableTComplex, TResult, IEqualityComparerTKey)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodGroupByTComplex, TKey, TElement, TResult(FuncTComplex, TKey, FuncTComplex, TElement, FuncTKey, IEnumerableTElement, TResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodGroupByTComplex, TKey, TElement, TResult(FuncTComplex, TKey, FuncTComplex, TElement, FuncTKey, IEnumerableTElement, TResult, IEqualityComparerTKey)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodInfinityNormTComplex
Returns the infinity norm of a vector.
(Defined by VectorExtensions.)
Public Extension MethodLagTComplexOverloaded.
Returns a vector whose observations are moved ahead by one observation.
(Defined by SeriesExtensions.)
Public Extension MethodLagTComplex(Int32)Overloaded.
Returns a vector whose observations are moved ahead by the specified number of observations.
(Defined by SeriesExtensions.)
Public Extension MethodLagTComplex(Int32, TComplex)Overloaded.
Returns a vector whose observations are moved ahead by the specified number of observations.
(Defined by SeriesExtensions.)
Public Extension MethodMakeDistributedTComplex
Returns a distributed version of a vector.
(Defined by DistributedExtensions.)
Public Extension MethodMeanTComplex
Returns the mean of a vector.
(Defined by AggregatorExtensions.)
Public Extension MethodOneNormTComplex
Returns the one-norm of a vector.
(Defined by VectorExtensions.)
Public Extension MethodSelectTComplex, TResult(FuncTComplex, TResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodSelectTComplex, TResult(FuncTComplex, Int32, TResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodSelectManyTComplex, TResult(FuncTComplex, IEnumerableTResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodSelectManyTComplex, TResult(FuncTComplex, Int32, IEnumerableTResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodSelectManyTComplex, TCollection, TResult(FuncTComplex, IEnumerableTCollection, FuncTComplex, TCollection, TResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodSelectManyTComplex, TCollection, TResult(FuncTComplex, Int32, IEnumerableTCollection, FuncTComplex, TCollection, TResult)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodToLookupTComplex, TKey(FuncTComplex, TKey)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodToLookupTComplex, TKey(FuncTComplex, TKey, IEqualityComparerTKey)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodToLookupTComplex, TKey, TElement(FuncTComplex, TKey, FuncTComplex, TElement)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodToLookupTComplex, TKey, TElement(FuncTComplex, TKey, FuncTComplex, TElement, IEqualityComparerTKey)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodTwoNormTComplex
Returns the two-norm of a vector.
(Defined by VectorExtensions.)
Public Extension MethodWhereTComplex(FuncTComplex, Boolean)Overloaded. (Defined by LinqExtensions.)
Public Extension MethodWhereTComplex(FuncTComplex, Int32, Boolean)Overloaded. (Defined by LinqExtensions.)
Top
See Also

Reference

ComplexConjugateSignalVectorTComplex Class
Extreme.Mathematics.Generic.SignalProcessing Namespace

Copyright (c) 2004-2017 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2018, 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.