Modify class description
This commit is contained in:
@@ -2,6 +2,11 @@ package math.matrix;
|
||||
|
||||
import exception.IllegalDimensionException;
|
||||
|
||||
/**
|
||||
* Diagonal matrix object d<sub>ij</sub>∈ℝ, i≠j=0
|
||||
* with m rows and n columns
|
||||
* @author Daniel Weschke
|
||||
*/
|
||||
public class Diagonal extends Matrix{
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user