Neko  0.8.1
A portable framework for high-order spectral element flow simulations
matrix.f90 File Reference

Go to the source code of this file.

Data Types

type  matrix::matrix_t
 

Modules

module  matrix
 Defines a matrix.
 

Functions/Subroutines

subroutine matrix::matrix_init (m, nrows, ncols)
 Initialise a matrix of size nrows*ncols. More...
 
subroutine matrix::matrix_free (m)
 Deallocate a matrix. More...
 
integer function matrix::matrix_size (m)
 Returns the number of entries in the matrix. More...
 
subroutine matrix::matrix_assign_matrix (m, w)
 Assignment \( m = w \). More...
 
subroutine matrix::matrix_assign_scalar (m, s)
 Assignment \( m = s \). More...