Accord.Math.Environments.OctaveEnvironment.sum C# (CSharp) Method

sum() protected static method

Sum of vector elements.
protected static sum ( double vector ) : double
vector double
return double
        protected static double sum(double[] vector) { return Matrix.Sum(vector); }
        /// <summary>Product of vector elements.</summary>

Same methods

OctaveEnvironment::sum ( double matrix ) : double[]
OctaveEnvironment::sum ( double matrix, int dimension ) : double[]