Showing content from http://accord-framework.net/docs/html/M_Accord_Math_Matrix_ColumnVector__1.htm below:
Accord.NET Framework Framework modules Accord.Math Matrix Class Matrix Methods Abs Method Add Method AddToDiagonal Method Apply Method ApplyInPlace Method ApplyWithIndex Method ArgMax Method ArgMin Method ArgSort(T) Method Bottom(T) Method Cartesian Method CartesianProduct Method Ceiling Method Centering Method Clear Method Columns Method ColumnVector(T) Method Concatenate Method Convert Method Convolve Method Copy Method CopyTo Method Count(T) Method Create Method CreateAs Method Cross Method CumulativeSum Method Decompose Method DeepFlatten Method DeepToMatrix Method Determinant Method Diagonal Method DimensionEquals Method Distinct Method DistinctCount Method Divide Method DivideByDiagonal Method ElementwiseDivide Method ElementwiseMultiply Method ElementwisePower Method Equals Method Exp Method Expand Method Find Method First Method FirstOrNull(T) Method Flatten Method Floor Method Get Method GetColumn Method GetColumns Method GetIndices Method GetInnerMostType Method GetLength Method GetLowerTriangle Method GetNumberOfElements Method GetRange Method GetRow Method GetRows Method GetSizeInBytes Method GetSymmetric Method GetTotalLength Method GetUpperTriangle Method GetValue Method Has Method HasInfinity Method HasNaN Method Identity Method IndexOf(T) Method Indices Method Inner Method InnerProduct Method InsertColumn Method InsertRow Method Interval Method Inverse Method IsDiagonal Method IsEqual Method IsInteger Method IsJagged Method IsLowerTriangular Method IsMatrix Method IsPositiveDefinite Method IsRectangular Method IsRelativelyEqual Method IsSingular Method IsSorted Method IsSquare Method IsSymmetric Method IsUpperTriangular Method IsVector Method JaggedDiagonal Method JaggedIdentity Method JaggedMagic Method KHot Method Kronecker Method KroneckerProduct Method Last(T) Method Log Method LogDeterminant Method LogPseudoDeterminant Method Magic Method Max Method MemberwiseClone Method Merge Method Mesh Method MeshGrid(T) Method Min Method Multiply Method MultiplyByDiagonal Method MultiplyByTranspose Method Normalize Method Null Method OneHot Method Ones Method Outer Method OuterProduct Method Pad Method Parse Method ParseJagged Method Partition Method Power Method Product Method PseudoDeterminant Method PseudoInverse Method Random Method Range Method Rank Method Remove(T) Method RemoveAll(T) Method RemoveAt(T) Method RemoveColumn Method RemoveRow(T) Method Replace(T) Method Reshape Method Reversed(T) Method Round Method Rows Method RowVector(T) Method Set Method SetColumn Method SetEquals(T) Method SetRow Method SetTo Method SetValue Method Sign Method Solve Method SolveForDiagonal Method Sort Method Split(T) Method Sqrt Method Square(T) Method Stack Method Subgroups Method Submatrix Method SubtractFromDiagonal Method Sum Method Swap Method To Method ToArray Method ToBoolean Method ToByte Method ToCSharp Method ToDecimal Method ToDouble Method ToInt16 Method ToInt32 Method ToInt32Array Method ToInt64 Method ToIntArray Method ToJagged Method ToLowerTriangular Method ToMatrix Method ToObject Method ToOctave Method Top(T) Method ToSByte Method ToSingle Method ToString Method ToTable Method ToUpperTriangular Method ToVector Method Trace Method Transpose Method Trim Method TryGetValue Method TryParse Method Vector Method VectorProduct Method Zeros Method MatrixColumnVectorT Method
Creates a Nx1 matrix with a single column vector of size N.
Namespace: Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax C# VB Copy
public static T[,] ColumnVector<T>(
params T[] values
)
Public Shared Function ColumnVector(Of T) (
ParamArray values As T()
) As T(,)
Request Example View Source Parameters
-
values
-
Type: T
Type Parameters
-
T
Return Value
Type:
T See Also Reference Matrix Class Accord.Math Namespace
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4