1 /*
2  * Copyright (C) 2015 FFLAS-FFPACK
3  *
4  * Written by Brice Boyer (briceboyer) <boyer.brice@gmail.com>
5  *
6  *
7  * ========LICENCE========
8  * This file is part of the library FFLAS-FFPACK.
9  *
10  * FFLAS-FFPACK is free software: you can redistribute it and/or modify
11  * it under the terms of the  GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 2.1 of the License, or (at your option) any later version.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with this library; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
23  * ========LICENCE========
24  *.
25  */
26 
27 /** @file fflas_sparse.C
28  * @author  Brice Boyer
29  * @brief C functions calls for level 1.5 and 2.5 FFLAS in fflas-c.h
30  * @see fflas/fflas_sparse.h
31  */
32 
33 // struct COO {
34 // };
35 
36 // fspmv
37 // COO
38 // CSR
39 
40 // fspmm
41 // COO
42 // CSR
43 
44 
45 
46 /* -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
47 // vim:sts=4:sw=4:ts=4:et:sr:cino=>s,f0,{0,g0,(0,\:0,t0,+0,=s
48