Skip to content

Instantly share code, notes, and snippets.

@heroyu
heroyu / Matrix sample
Created January 5, 2013 13:50
Date Author Comment 05-01-2013 heroyu Create it.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FTAPP
{
class Matrix
{
double[,] matrix;