6 lines
140 B
OCaml
6 lines
140 B
OCaml
|
open Vector
|
||
|
open IntVector
|
||
|
open ComplexVector
|
||
|
|
||
|
module Int_vector = IntVector.Int_vector
|
||
|
module Complex_vector = ComplexVector.Complex_vector
|