EVSL  1.1.0
EigenValues Slicing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
mactime.c File Reference

Timer for mac OS. More...

#include <mach/mach.h>
#include <mach/mach_time.h>
#include <unistd.h>
#include <stdio.h>
#include <math.h>

Go to the source code of this file.

Functions

double evsl_timer ()
 evsl timer for mac More...
 
int time_seeder ()
 Uses the timer to generate a seed to be used for srand. More...
 

Detailed Description

Timer for mac OS.

Definition in file mactime.c.

Function Documentation

double evsl_timer ( )

evsl timer for mac

Definition at line 14 of file mactime.c.

Referenced by CGS_DGKS(), CGS_DGKS2(), ChebAv(), ChebLanNr(), ChebLanTr(), ChebSI(), EVSLStart(), main(), RatFiltApply(), RatLanNr(), RatLanTr(), SetupASIGMABSolDirect(), SetupBSolDirect(), SymEigenSolver(), SymmTridEig(), SymmTridEigS(), and time_seeder().

Here is the caller graph for this function:

int time_seeder ( )

Uses the timer to generate a seed to be used for srand.

Definition at line 30 of file mactime.c.

Referenced by kpmdos().

Here is the caller graph for this function: