Toggle navigation
Legolas v. 2.0.6 - stable
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
get_total_nb_nonzero_elements
Function
5 statements
Source File
mod_banded_matrix.f08
mod_banded_matrix
get_total_nb_nonzero_elements
Contents
None
private pure function get_total_nb_nonzero_elements(this)
Uses
mod_check_values
Returns the total number of nonzero elements inside the banded matrix.
Arguments
Type
Intent
Optional
Attributes
Name
class(
banded_matrix_t
),
intent(in)
::
this
type instance
Return Value
integer
Contents
None