Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/tests/nofib/real/linear/AbsCg.lhs

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


\section{AbsCg} 
 
This module imports definitions from Cg and
renames them before exporting to Main.

Matrix and AbsDensematrix are imported to keep hbc happy.

\begin{code}

module AbsCg (solve_iters, Cg_state(..), show_state) where

import Cg
import Matrix
import AbsDensematrix

solve_iters = cgiters

show_state = showcg_state

\end{code}


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.