Permalink
|
(** substitution probability matrices (P matrices) *) |
|
|
|
type matrix = (float, Bigarray.float64_elt, Bigarray.c_layout) Bigarray.Array2.t (** [Gsl.Matrix.matrix] *) |
|
|
|
(** validate that given array is a positive square matrix in which the rows sum to 1 |
|
@raise Invalid_argument if not*) |
|
val validate : ?tol:float -> matrix -> unit |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.