From 0345245e860375a32c9a437c4a9d9cae807134e9 Mon Sep 17 00:00:00 2001 From: Shashank Date: Mon, 29 May 2017 12:40:26 +0530 Subject: CMSCOPE changed --- usr/include/umfpack_timer.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 usr/include/umfpack_timer.h (limited to 'usr/include/umfpack_timer.h') diff --git a/usr/include/umfpack_timer.h b/usr/include/umfpack_timer.h new file mode 100755 index 000000000..44e16df82 --- /dev/null +++ b/usr/include/umfpack_timer.h @@ -0,0 +1,26 @@ +/* ========================================================================== */ +/* === umfpack_timer ======================================================== */ +/* ========================================================================== */ + +/* -------------------------------------------------------------------------- */ +/* Copyright (c) 2005-2012 by Timothy A. Davis, http://www.suitesparse.com. */ +/* All Rights Reserved. See ../Doc/License for License. */ +/* -------------------------------------------------------------------------- */ + +double umfpack_timer ( void ) ; + +/* +Syntax (for all versions: di, dl, zi, and zl): + + #include "umfpack.h" + double t ; + t = umfpack_timer ( ) ; + +Purpose: + + Returns the current wall clock time on POSIX C 1993 systems. + +Arguments: + + None. +*/ -- cgit