package owl-base

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module S.MatSource

Sourceval tril : ?k:int -> ('a, 'b) Owl_base_dense_matrix_s.t -> ('a, 'b) Owl_base_dense_matrix_s.t
Sourceval triu : ?k:int -> ('a, 'b) Owl_base_dense_matrix_s.t -> ('a, 'b) Owl_base_dense_matrix_s.t
Sourceval diagm : ?k:int -> ('a, 'b) Owl_base_dense_matrix_s.t -> ('a, 'b) Owl_base_dense_matrix_s.t