GithubHelp home page GithubHelp logo

c3's People

Contributors

djschlegel avatar rainwoodman avatar rcthomas avatar

Watchers

 avatar  avatar  avatar  avatar

c3's Issues

gsl template layer

A simple template interface to GSL could be generated that does the right thing with types. GSL basically does this already, except that is done in C. Doing this could enable variability with reduce operators, etc.

formulate tuple interface and implement

There needs to be a tuple for capturing outputs and propagation. For instance:

C3::Tuple< float, unsigned short int > tuple;
tuple.frame() ...  // C3::Frame< float > 
tuple.invvar() ... // C3::Frame< float >
tuple.flags() ...  // C3::Frame< unsigned short int >

fix up the developer build system

Don't really need a full build system like autotools or cmake, just some simple python build scripts that generate makefiles that work how a developer needs them to work. Eventually we will need some kind of proper build/install system though C3 is currently all templates (headers). We have some now but they are kludgy, and extra args are needed when we run make in some directories, and we have targets going across directories.

revive reduction operator templates

There was a module for templates for doing reductions from Stack to Frame, Frame and View to Row/Column, and all to scalar. That needs to be revived.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.