chsvlib
chsv helper source code

◆ Matrix() [1/16]

Matrix ( const value_type value)
explicit

A constructor which creates a 1-dimensional square matrix with its only element to be initialized with a given value.

Parameters
valuespecifies a value of the only element of the created matrix.